#cc0f0e

Color #CC0F0E Free Speech Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Red #CC0F0E

Tints of Free Speech Red #CC0F0E

Color information

#CC0F0E (or 0xCC0F0E) is unknown color: approx Free Speech Red. HEX triplet: CC, 0F and 0E. RGB value is (204,15,14). Sum of RGB (Red+Green+Blue) = 204+15+14=233 (30% of max value = 765). Red value is 204 (80.08% from 255 or 87.55% from 233); Green value is 15 (6.25% from 255 or 6.44% from 233); Blue value is 14 (5.86% from 255 or 6.01% from 233); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0F0E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0F0E is #33F0F1. Grayscale: #474747. Windows color (decimal): -3404018 or 921548. OLE color: 921548.

HSL color Cylindrical-coordinate representation of color #CC0F0E: hue angle of 0.32º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC0F0E is Cyan = 0, Magento = 0.93, Yellow = 0.93 and Black (K on CMYK) = 0.2.

Color convert

RGB2041514-
CMYK00.930.930.2
HSL0.32º87.16%42.75%-
HSV(B)0.32º93.14%80%-
XYZ25.1513.211.64-
YUV71.495.62222.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 87.55%
GREEN value IS 15 (6.25% from 255) = 6.44%
BLUE value IS 14 (5.86% from 255) = 6.01%
R=87.55%
G=6.44%
B=6.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.93
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204151400.930.930.20.3287.1642.75
HexCCFE05D5D140572b
Octal3141716013513524012753
Binary11001100111111100101110110111011010001010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc0f0e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc0f0e; }

 p { color: rgb(204,15,14); }

 H1.HeaderClassName
 {
   color: #cc0f0e;
 }
 .AnyTagClassName
 {
   color: #cc0f0e;
 }
</style>
background-color css

<style>
 a { background-color: #cc0f0e; }

 a { background-color: rgb(204,15,14); }

 div.DivClassName
 {
   background-color: #cc0f0e;
 }
 .BgClassName
 {
   background-color: #cc0f0e;
 }
</style>
border-color css

<style>
 span { border-color: #cc0f0e; }

 span { border-color: rgb(204,15,14); }

 td.TdClassName
 {
   border-color: #cc0f0e;
 }
 .TagClassName
 {
   border-color: #cc0f0e;
 }
</style>