Html Css Color HEX #CC1309 Free Speech Red

📋 copy color: '#CC1309'

red 204 ◦ green 19 ◦ blue 9

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

Shades of Free Speech Red #CC1309

Tints of Free Speech Red #CC1309

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.19%

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

R = 87.93%
G = 8.19%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CC1309 (or 0xCC1309) is known color: Free Speech Red. HEX triplet: CC, 13 and 09. RGB value is (204,19,9). Sum of RGB (Red+Green+Blue) = 204+19+9=232 (30% of max value = 765). Red value is 204 (80.08% from 255 or 87.93% from 232); Green value is 19 (7.81% from 255 or 8.19% from 232); Blue value is 9 (3.91% from 255 or 3.88% from 232); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1309 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1309 is #33ECF6. Grayscale: #494949. Windows color (decimal): -3402999 or 594892. OLE color: 594892.

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

Color convert

RGB 204 19 9 -
CMYK 0 0.91 0.96 0.2
HSL 3.08º 0.92% 0.42% -
HSV(B) 3.08º 0.96% 0.8% -
XYZ 25.18 13.32 1.5 -
YUV 73.18 91.79 221.31 -
System Red Green Blue C M Y K H S L
Decimal 204 19 9 0 0.91 0.96 0.2 3.08 0.92 0.42
Hex CC 13 9 0 5B 60 14 3 5C 2A
Octal 314 23 11 0 133 140 24 3 134 52
Binary 11001100 10011 1001 0 1011011 1100000 10100 11 1011100 101010

Color Harmonies of #CC1309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1309

Black with #CC1309

Text Example


Text Example

White with #CC1309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1309; }

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

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

background-color css

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

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

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

border-color css

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

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

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