Html Css Color HEX #C70E05 Free Speech Red

📋 copy color: '#C70E05'

red 199 ◦ green 14 ◦ blue 5

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

Shades of Free Speech Red #C70E05

Tints of Free Speech Red #C70E05

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.42%

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

R = 91.28%
G = 6.42%
B = 2.29%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C70E05 (or 0xC70E05) is known color: Free Speech Red. HEX triplet: C7, 0E and 05. RGB value is (199,14,5). Sum of RGB (Red+Green+Blue) = 199+14+5=218 (28% of max value = 765). Red value is 199 (78.12% from 255 or 91.28% from 218); Green value is 14 (5.86% from 255 or 6.42% from 218); Blue value is 5 (2.34% from 255 or 2.29% from 218); Max value from RGB is 199 - color contains mainly: red. Hex color #C70E05 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70E05 is #38F1FA. Grayscale: #444444. Windows color (decimal): -3731963 or 331463. OLE color: 331463.

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

Color convert

RGB 199 14 5 -
CMYK 0 0.93 0.97 0.22
HSL 2.78º 0.95% 0.4% -
HSV(B) 2.78º 0.97% 0.78% -
XYZ 23.74 12.47 1.3 -
YUV 68.29 92.29 221.23 -
System Red Green Blue C M Y K H S L
Decimal 199 14 5 0 0.93 0.97 0.22 2.78 0.95 0.4
Hex C7 E 5 0 5D 61 16 3 5F 28
Octal 307 16 5 0 135 141 26 3 137 50
Binary 11000111 1110 101 0 1011101 1100001 10110 11 1011111 101000

Color Harmonies of #C70E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70E05

Black with #C70E05

Text Example


Text Example

White with #C70E05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70E05; }

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

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

background-color css

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

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

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

border-color css

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

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

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