Html Css Color HEX #CC1409 Free Speech Red

📋 copy color: '#CC1409'

red 204 ◦ green 20 ◦ blue 9

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

Shades of Free Speech Red #CC1409

Tints of Free Speech Red #CC1409

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.86%

R = 87.55%
G = 8.58%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CC1409 (or 0xCC1409) is known color: Free Speech Red. HEX triplet: CC, 14 and 09. RGB value is (204,20,9). Sum of RGB (Red+Green+Blue) = 204+20+9=233 (30% of max value = 765). Red value is 204 (80.08% from 255 or 87.55% from 233); Green value is 20 (8.20% from 255 or 8.58% from 233); Blue value is 9 (3.91% from 255 or 3.86% from 233); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1409 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1409 is #33EBF6. Grayscale: #494949. Windows color (decimal): -3402743 or 595148. OLE color: 595148.

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

Color convert

RGB 204 20 9 -
CMYK 0 0.90 0.96 0.2
HSL 3.38º 0.92% 0.42% -
HSV(B) 3.38º 0.96% 0.8% -
XYZ 25.2 13.36 1.51 -
YUV 73.76 91.46 220.89 -
System Red Green Blue C M Y K H S L
Decimal 204 20 9 0 0.90 0.96 0.2 3.38 0.92 0.42
Hex CC 14 9 0 5A 60 14 3 5C 2A
Octal 314 24 11 0 132 140 24 3 134 52
Binary 11001100 10100 1001 0 1011010 1100000 10100 11 1011100 101010

Color Harmonies of #CC1409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1409

Black with #CC1409

Text Example


Text Example

White with #CC1409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1409; }

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

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

background-color css

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

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

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

border-color css

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

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

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