Html Css Color HEX #CC0907 Free Speech Red

📋 copy color: '#CC0907'

red 204 ◦ green 9 ◦ blue 7

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

Shades of Free Speech Red #CC0907

Tints of Free Speech Red #CC0907

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.09%

 BLUE value IS 7 (3.13% from 255) = 3.18%

R = 92.73%
G = 4.09%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#CC0907 (or 0xCC0907) is known color: Free Speech Red. HEX triplet: CC, 09 and 07. RGB value is (204,9,7). Sum of RGB (Red+Green+Blue) = 204+9+7=220 (29% of max value = 765). Red value is 204 (80.08% from 255 or 92.73% from 220); Green value is 9 (3.91% from 255 or 4.09% from 220); Blue value is 7 (3.12% from 255 or 3.18% from 220); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0907 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0907 is #33F6F8. Grayscale: #434343. Windows color (decimal): -3405561 or 461260. OLE color: 461260.

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

Color convert

RGB 204 9 7 -
CMYK 0 0.96 0.97 0.2
HSL 0.61º 0.93% 0.41% -
HSV(B) 0.61º 0.97% 0.8% -
XYZ 25.04 13.05 1.4 -
YUV 67.08 94.1 225.66 -
System Red Green Blue C M Y K H S L
Decimal 204 9 7 0 0.96 0.97 0.2 0.61 0.93 0.41
Hex CC 9 7 0 60 61 14 1 5D 29
Octal 314 11 7 0 140 141 24 1 135 51
Binary 11001100 1001 111 0 1100000 1100001 10100 1 1011101 101001

Color Harmonies of #CC0907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0907

Black with #CC0907

Text Example


Text Example

White with #CC0907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0907; }

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

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

background-color css

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

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

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

border-color css

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

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

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