Html Css Color HEX #CC1406 Free Speech Red

📋 copy color: '#CC1406'

red 204 ◦ green 20 ◦ blue 6

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

Shades of Free Speech Red #CC1406

Tints of Free Speech Red #CC1406

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.7%

 BLUE value IS 6 (2.73% from 255) = 2.61%

R = 88.7%
G = 8.7%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#CC1406 (or 0xCC1406) is known color: Free Speech Red. HEX triplet: CC, 14 and 06. RGB value is (204,20,6). Sum of RGB (Red+Green+Blue) = 204+20+6=230 (30% of max value = 765). Red value is 204 (80.08% from 255 or 88.70% from 230); Green value is 20 (8.20% from 255 or 8.70% from 230); Blue value is 6 (2.73% from 255 or 2.61% from 230); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1406 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1406 is #33EBF9. Grayscale: #494949. Windows color (decimal): -3402746 or 398540. OLE color: 398540.

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

Color convert

RGB 204 20 6 -
CMYK 0 0.90 0.97 0.2
HSL 4.24º 0.94% 0.41% -
HSV(B) 4.24º 0.97% 0.8% -
XYZ 25.18 13.35 1.42 -
YUV 73.42 89.96 221.14 -
System Red Green Blue C M Y K H S L
Decimal 204 20 6 0 0.90 0.97 0.2 4.24 0.94 0.41
Hex CC 14 6 0 5A 61 14 4 5E 29
Octal 314 24 6 0 132 141 24 4 136 51
Binary 11001100 10100 110 0 1011010 1100001 10100 100 1011110 101001

Color Harmonies of #CC1406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1406

Black with #CC1406

Text Example


Text Example

White with #CC1406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1406; }

 p { color: rgb(204,20,6); }

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

background-color css

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

 a { background-color: rgb(204,20,6); }

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

border-color css

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

 span { border-color: rgb(204,20,6); }

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