Html Css Color HEX #C70805 Free Speech Red

📋 copy color: '#C70805'

red 199 ◦ green 8 ◦ blue 5

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

Shades of Free Speech Red #C70805

Tints of Free Speech Red #C70805

RGB

 RED value IS 199 (78.13% from 255) = 93.87%

 GREEN value IS 8 (3.52% from 255) = 3.77%

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

R = 93.87%
G = 3.77%
B = 2.36%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C70805 (or 0xC70805) is known color: Free Speech Red. HEX triplet: C7, 08 and 05. RGB value is (199,8,5). Sum of RGB (Red+Green+Blue) = 199+8+5=212 (28% of max value = 765). Red value is 199 (78.12% from 255 or 93.87% from 212); Green value is 8 (3.52% from 255 or 3.77% from 212); Blue value is 5 (2.34% from 255 or 2.36% from 212); Max value from RGB is 199 - color contains mainly: red. Hex color #C70805 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70805 is #38F7FA. Grayscale: #404040. Windows color (decimal): -3733499 or 329927. OLE color: 329927.

HSL color Cylindrical-coordinate representation of color #C70805: hue angle of 0.93º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C70805 is Cyan = 0, Magento = 0.96, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 8 5 -
CMYK 0 0.96 0.97 0.22
HSL 0.93º 0.95% 0.4% -
HSV(B) 0.93º 0.97% 0.78% -
XYZ 23.67 12.33 1.28 -
YUV 64.77 94.28 223.74 -
System Red Green Blue C M Y K H S L
Decimal 199 8 5 0 0.96 0.97 0.22 0.93 0.95 0.4
Hex C7 8 5 0 60 61 16 1 5F 28
Octal 307 10 5 0 140 141 26 1 137 50
Binary 11000111 1000 101 0 1100000 1100001 10110 1 1011111 101000

Color Harmonies of #C70805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70805

Black with #C70805

Text Example


Text Example

White with #C70805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70805; }

 p { color: rgb(199,8,5); }

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

background-color css

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

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

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

border-color css

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

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

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