Html Css Color HEX #CC1707 Free Speech Red

📋 copy color: '#CC1707'

red 204 ◦ green 23 ◦ blue 7

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

Shades of Free Speech Red #CC1707

Tints of Free Speech Red #CC1707

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.83%

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

R = 87.18%
G = 9.83%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#CC1707 (or 0xCC1707) is known color: Free Speech Red. HEX triplet: CC, 17 and 07. RGB value is (204,23,7). Sum of RGB (Red+Green+Blue) = 204+23+7=234 (30% of max value = 765). Red value is 204 (80.08% from 255 or 87.18% from 234); Green value is 23 (9.38% from 255 or 9.83% from 234); Blue value is 7 (3.12% from 255 or 2.99% from 234); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1707 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1707 is #33E8F8. Grayscale: #4B4B4B. Windows color (decimal): -3401977 or 464844. OLE color: 464844.

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

Color convert

RGB 204 23 7 -
CMYK 0 0.89 0.97 0.2
HSL 4.87º 0.93% 0.41% -
HSV(B) 4.87º 0.97% 0.8% -
XYZ 25.25 13.47 1.47 -
YUV 75.3 89.47 219.8 -
System Red Green Blue C M Y K H S L
Decimal 204 23 7 0 0.89 0.97 0.2 4.87 0.93 0.41
Hex CC 17 7 0 59 61 14 5 5D 29
Octal 314 27 7 0 131 141 24 5 135 51
Binary 11001100 10111 111 0 1011001 1100001 10100 101 1011101 101001

Color Harmonies of #CC1707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1707

Black with #CC1707

Text Example


Text Example

White with #CC1707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1707; }

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

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

background-color css

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

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

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

border-color css

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

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

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