Html Css Color HEX #CC1310 Free Speech Red

📋 copy color: '#CC1310'

red 204 ◦ green 19 ◦ blue 16

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

Shades of Free Speech Red #CC1310

Tints of Free Speech Red #CC1310

RGB

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

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

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

R = 85.36%
G = 7.95%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#CC1310 (or 0xCC1310) is known color: Free Speech Red. HEX triplet: CC, 13 and 10. RGB value is (204,19,16). Sum of RGB (Red+Green+Blue) = 204+19+16=239 (31% of max value = 765). Red value is 204 (80.08% from 255 or 85.36% from 239); Green value is 19 (7.81% from 255 or 7.95% from 239); Blue value is 16 (6.64% from 255 or 6.69% from 239); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1310 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1310 is #33ECEF. Grayscale: #4A4A4A. Windows color (decimal): -3402992 or 1053644. OLE color: 1053644.

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

Color convert

RGB 204 19 16 -
CMYK 0 0.91 0.92 0.2
HSL 0.96º 0.85% 0.43% -
HSV(B) 0.96º 0.92% 0.8% -
XYZ 25.23 13.34 1.74 -
YUV 73.97 95.29 220.74 -
System Red Green Blue C M Y K H S L
Decimal 204 19 16 0 0.91 0.92 0.2 0.96 0.85 0.43
Hex CC 13 10 0 5B 5C 14 1 55 2B
Octal 314 23 20 0 133 134 24 1 125 53
Binary 11001100 10011 10000 0 1011011 1011100 10100 1 1010101 101011

Color Harmonies of #CC1310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1310

Black with #CC1310

Text Example


Text Example

White with #CC1310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1310; }

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

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

background-color css

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

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

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

border-color css

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

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

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