Html Css Color HEX #CC0A05 Free Speech Red

📋 copy color: '#CC0A05'

red 204 ◦ green 10 ◦ blue 5

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

Shades of Free Speech Red #CC0A05

Tints of Free Speech Red #CC0A05

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.57%

 BLUE value IS 5 (2.34% from 255) = 2.28%

R = 93.15%
G = 4.57%
B = 2.28%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#CC0A05 (or 0xCC0A05) is known color: Free Speech Red. HEX triplet: CC, 0A and 05. RGB value is (204,10,5). Sum of RGB (Red+Green+Blue) = 204+10+5=219 (29% of max value = 765). Red value is 204 (80.08% from 255 or 93.15% from 219); Green value is 10 (4.30% from 255 or 4.57% from 219); Blue value is 5 (2.34% from 255 or 2.28% from 219); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0A05 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0A05 is #33F5FA. Grayscale: #434343. Windows color (decimal): -3405307 or 330444. OLE color: 330444.

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

Color convert

RGB 204 10 5 -
CMYK 0 0.95 0.98 0.2
HSL 1.51º 0.95% 0.41% -
HSV(B) 1.51º 0.98% 0.8% -
XYZ 25.04 13.07 1.35 -
YUV 67.44 92.77 225.41 -
System Red Green Blue C M Y K H S L
Decimal 204 10 5 0 0.95 0.98 0.2 1.51 0.95 0.41
Hex CC A 5 0 5F 62 14 2 5F 29
Octal 314 12 5 0 137 142 24 2 137 51
Binary 11001100 1010 101 0 1011111 1100010 10100 10 1011111 101001

Color Harmonies of #CC0A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0A05

Black with #CC0A05

Text Example


Text Example

White with #CC0A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0A05; }

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

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

background-color css

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

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

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

border-color css

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

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

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