Html Css Color HEX #CC110A Free Speech Red

📋 copy color: '#CC110A'

red 204 ◦ green 17 ◦ blue 10

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

Shades of Free Speech Red #CC110A

Tints of Free Speech Red #CC110A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.36%

 BLUE value IS 10 (4.3% from 255) = 4.33%

R = 88.31%
G = 7.36%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#CC110A (or 0xCC110A) is known color: Free Speech Red. HEX triplet: CC, 11 and 0A. RGB value is (204,17,10). Sum of RGB (Red+Green+Blue) = 204+17+10=231 (30% of max value = 765). Red value is 204 (80.08% from 255 or 88.31% from 231); Green value is 17 (7.03% from 255 or 7.36% from 231); Blue value is 10 (4.30% from 255 or 4.33% from 231); Max value from RGB is 204 - color contains mainly: red. Hex color #CC110A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC110A is #33EEF5. Grayscale: #484848. Windows color (decimal): -3403510 or 659916. OLE color: 659916.

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

Color convert

RGB 204 17 10 -
CMYK 0 0.92 0.95 0.2
HSL 2.16º 0.91% 0.42% -
HSV(B) 2.16º 0.95% 0.8% -
XYZ 25.16 13.26 1.52 -
YUV 72.12 92.95 222.07 -
System Red Green Blue C M Y K H S L
Decimal 204 17 10 0 0.92 0.95 0.2 2.16 0.91 0.42
Hex CC 11 A 0 5C 5F 14 2 5B 2A
Octal 314 21 12 0 134 137 24 2 133 52
Binary 11001100 10001 1010 0 1011100 1011111 10100 10 1011011 101010

Color Harmonies of #CC110A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC110A

Black with #CC110A

Text Example


Text Example

White with #CC110A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC110A; }

 p { color: rgb(204,17,10); }

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

background-color css

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

 a { background-color: rgb(204,17,10); }

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

border-color css

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

 span { border-color: rgb(204,17,10); }

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