Html Css Color HEX #CC0705 Free Speech Red

📋 copy color: '#CC0705'

red 204 ◦ green 7 ◦ blue 5

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

Shades of Free Speech Red #CC0705

Tints of Free Speech Red #CC0705

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.24%

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

R = 94.44%
G = 3.24%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#CC0705 (or 0xCC0705) is known color: Free Speech Red. HEX triplet: CC, 07 and 05. RGB value is (204,7,5). Sum of RGB (Red+Green+Blue) = 204+7+5=216 (28% of max value = 765). Red value is 204 (80.08% from 255 or 94.44% from 216); Green value is 7 (3.12% from 255 or 3.24% from 216); Blue value is 5 (2.34% from 255 or 2.31% from 216); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0705 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0705 is #33F8FA. Grayscale: #414141. Windows color (decimal): -3406075 or 329676. OLE color: 329676.

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

Color convert

RGB 204 7 5 -
CMYK 0 0.97 0.98 0.2
HSL 0.6º 0.95% 0.41% -
HSV(B) 0.6º 0.98% 0.8% -
XYZ 25.01 13 1.33 -
YUV 65.68 93.77 226.66 -
System Red Green Blue C M Y K H S L
Decimal 204 7 5 0 0.97 0.98 0.2 0.6 0.95 0.41
Hex CC 7 5 0 61 62 14 1 5F 29
Octal 314 7 5 0 141 142 24 1 137 51
Binary 11001100 111 101 0 1100001 1100010 10100 1 1011111 101001

Color Harmonies of #CC0705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0705

Black with #CC0705

Text Example


Text Example

White with #CC0705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0705; }

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

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

background-color css

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

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

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

border-color css

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

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

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