Html Css Color HEX #CC1710 Free Speech Red

📋 copy color: '#CC1710'

red 204 ◦ green 23 ◦ blue 16

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

Shades of Free Speech Red #CC1710

Tints of Free Speech Red #CC1710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.58%

R = 83.95%
G = 9.47%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#CC1710 (or 0xCC1710) is known color: Free Speech Red. HEX triplet: CC, 17 and 10. RGB value is (204,23,16). Sum of RGB (Red+Green+Blue) = 204+23+16=243 (32% of max value = 765). Red value is 204 (80.08% from 255 or 83.95% from 243); Green value is 23 (9.38% from 255 or 9.47% from 243); Blue value is 16 (6.64% from 255 or 6.58% from 243); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1710 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1710 is #33E8EF. Grayscale: #4C4C4C. Windows color (decimal): -3401968 or 1054668. OLE color: 1054668.

HSL color Cylindrical-coordinate representation of color #CC1710: hue angle of 2.23º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC1710 is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 23 16 -
CMYK 0 0.89 0.92 0.2
HSL 2.23º 0.85% 0.43% -
HSV(B) 2.23º 0.92% 0.8% -
XYZ 25.3 13.49 1.76 -
YUV 76.32 93.97 219.07 -
System Red Green Blue C M Y K H S L
Decimal 204 23 16 0 0.89 0.92 0.2 2.23 0.85 0.43
Hex CC 17 10 0 59 5C 14 2 55 2B
Octal 314 27 20 0 131 134 24 2 125 53
Binary 11001100 10111 10000 0 1011001 1011100 10100 10 1010101 101011

Color Harmonies of #CC1710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1710

Black with #CC1710

Text Example


Text Example

White with #CC1710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1710; }

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

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

background-color css

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

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

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

border-color css

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

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

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