Html Css Color HEX #CC1207 Free Speech Red

📋 copy color: '#CC1207'

red 204 ◦ green 18 ◦ blue 7

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

Shades of Free Speech Red #CC1207

Tints of Free Speech Red #CC1207

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.86%

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

R = 89.08%
G = 7.86%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#CC1207 (or 0xCC1207) is known color: Free Speech Red. HEX triplet: CC, 12 and 07. RGB value is (204,18,7). Sum of RGB (Red+Green+Blue) = 204+18+7=229 (30% of max value = 765). Red value is 204 (80.08% from 255 or 89.08% from 229); Green value is 18 (7.42% from 255 or 7.86% from 229); Blue value is 7 (3.12% from 255 or 3.06% from 229); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1207 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1207 is #33EDF8. Grayscale: #484848. Windows color (decimal): -3403257 or 463564. OLE color: 463564.

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

Color convert

RGB 204 18 7 -
CMYK 0 0.91 0.97 0.2
HSL 3.35º 0.93% 0.41% -
HSV(B) 3.35º 0.97% 0.8% -
XYZ 25.16 13.29 1.44 -
YUV 72.36 91.12 221.89 -
System Red Green Blue C M Y K H S L
Decimal 204 18 7 0 0.91 0.97 0.2 3.35 0.93 0.41
Hex CC 12 7 0 5B 61 14 3 5D 29
Octal 314 22 7 0 133 141 24 3 135 51
Binary 11001100 10010 111 0 1011011 1100001 10100 11 1011101 101001

Color Harmonies of #CC1207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1207

Black with #CC1207

Text Example


Text Example

White with #CC1207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1207; }

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

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

background-color css

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

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

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

border-color css

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

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

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