Html Css Color HEX #CC1609 Free Speech Red

📋 copy color: '#CC1609'

red 204 ◦ green 22 ◦ blue 9

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

Shades of Free Speech Red #CC1609

Tints of Free Speech Red #CC1609

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.36%

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

R = 86.81%
G = 9.36%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CC1609 (or 0xCC1609) is known color: Free Speech Red. HEX triplet: CC, 16 and 09. RGB value is (204,22,9). Sum of RGB (Red+Green+Blue) = 204+22+9=235 (31% of max value = 765). Red value is 204 (80.08% from 255 or 86.81% from 235); Green value is 22 (8.98% from 255 or 9.36% from 235); Blue value is 9 (3.91% from 255 or 3.83% from 235); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1609 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1609 is #33E9F6. Grayscale: #4B4B4B. Windows color (decimal): -3402231 or 595660. OLE color: 595660.

HSL color Cylindrical-coordinate representation of color #CC1609: hue angle of 4º 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 #CC1609 is Cyan = 0, Magento = 0.89, Yellow = 0.96 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 22 9 -
CMYK 0 0.89 0.96 0.2
HSL 0.92% 0.42% -
HSV(B) 0.96% 0.8% -
XYZ 25.24 13.43 1.52 -
YUV 74.94 90.8 220.06 -
System Red Green Blue C M Y K H S L
Decimal 204 22 9 0 0.89 0.96 0.2 4 0.92 0.42
Hex CC 16 9 0 59 60 14 4 5C 2A
Octal 314 26 11 0 131 140 24 4 134 52
Binary 11001100 10110 1001 0 1011001 1100000 10100 100 1011100 101010

Color Harmonies of #CC1609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1609

Black with #CC1609

Text Example


Text Example

White with #CC1609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1609; }

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

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

background-color css

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

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

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

border-color css

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

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

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