Html Css Color HEX #CC0505 Free Speech Red

📋 copy color: '#CC0505'

red 204 ◦ green 5 ◦ blue 5

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

Shades of Free Speech Red #CC0505

Tints of Free Speech Red #CC0505

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.34%

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

R = 95.33%
G = 2.34%
B = 2.34%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#CC0505 (or 0xCC0505) is known color: Free Speech Red. HEX triplet: CC, 05 and 05. RGB value is (204,5,5). Sum of RGB (Red+Green+Blue) = 204+5+5=214 (28% of max value = 765). Red value is 204 (80.08% from 255 or 95.33% from 214); Green value is 5 (2.34% from 255 or 2.34% from 214); Blue value is 5 (2.34% from 255 or 2.34% from 214); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0505 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0505 is #33FAFA. Grayscale: #404040. Windows color (decimal): -3406587 or 329164. OLE color: 329164.

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

Color convert

RGB 204 5 5 -
CMYK 0 0.98 0.98 0.2
HSL 0.95% 0.41% -
HSV(B) 0.98% 0.8% -
XYZ 24.98 12.96 1.33 -
YUV 64.5 94.43 227.5 -
System Red Green Blue C M Y K H S L
Decimal 204 5 5 0 0.98 0.98 0.2 0 0.95 0.41
Hex CC 5 5 0 62 62 14 0 5F 29
Octal 314 5 5 0 142 142 24 0 137 51
Binary 11001100 101 101 0 1100010 1100010 10100 0 1011111 101001

Color Harmonies of #CC0505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0505

Black with #CC0505

Text Example


Text Example

White with #CC0505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0505; }

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

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

background-color css

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

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

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

border-color css

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

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

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