Html Css Color HEX #CC1204 Free Speech Red

📋 copy color: '#CC1204'

red 204 ◦ green 18 ◦ blue 4

#CC1204
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Red #CC1204

Tints of Free Speech Red #CC1204

RGB

 RED value IS 204 (80.08% from 255) = 90.27%

 GREEN value IS 18 (7.42% from 255) = 7.96%

 BLUE value IS 4 (1.95% from 255) = 1.77%

R = 90.27%
G = 7.96%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#CC1204 (or 0xCC1204) is known color: Free Speech Red. HEX triplet: CC, 12 and 04. RGB value is (204,18,4). Sum of RGB (Red+Green+Blue) = 204+18+4=226 (29% of max value = 765). Red value is 204 (80.08% from 255 or 90.27% from 226); Green value is 18 (7.42% from 255 or 7.96% from 226); Blue value is 4 (1.95% from 255 or 1.77% from 226); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1204 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1204 is #33EDFB. Grayscale: #484848. Windows color (decimal): -3403260 or 266956. OLE color: 266956.

HSL color Cylindrical-coordinate representation of color #CC1204: hue angle of 4.2º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC1204 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 18 4 -
CMYK 0 0.91 0.98 0.2
HSL 4.2º 0.96% 0.41% -
HSV(B) 4.2º 0.98% 0.8% -
XYZ 25.14 13.28 1.35 -
YUV 72.02 89.62 222.14 -
System Red Green Blue C M Y K H S L
Decimal 204 18 4 0 0.91 0.98 0.2 4.2 0.96 0.41
Hex CC 12 4 0 5B 62 14 4 60 29
Octal 314 22 4 0 133 142 24 4 140 51
Binary 11001100 10010 100 0 1011011 1100010 10100 100 1100000 101001

Color Harmonies of #CC1204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1204

Black with #CC1204

Text Example


Text Example

White with #CC1204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1204; }

 p { color: rgb(204,18,4); }

 H1.HeaderClassName
 {
   color: #CC1204;
 }
 .AnyTagClassName
 {
   color: #CC1204;
 }
</style>

background-color css

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

 a { background-color: rgb(204,18,4); }

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

border-color css

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

 span { border-color: rgb(204,18,4); }

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