Html Css Color HEX #C70E00 Free Speech Red

📋 copy color: '#C70E00'

red 199 ◦ green 14 ◦ blue 0

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

Shades of Free Speech Red #C70E00

Tints of Free Speech Red #C70E00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 93.43%
G = 6.57%
B = 0%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C70E00 (or 0xC70E00) is known color: Free Speech Red. HEX triplet: C7, 0E and 00. RGB value is (199,14,0). Sum of RGB (Red+Green+Blue) = 199+14+0=213 (28% of max value = 765). Red value is 199 (78.12% from 255 or 93.43% from 213); Green value is 14 (5.86% from 255 or 6.57% from 213); Blue value is 0 (0.39% from 255 or 0% from 213); Max value from RGB is 199 - color contains mainly: red. Hex color #C70E00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70E00 is #38F1FF. Grayscale: #434343. Windows color (decimal): -3731968 or 3783. OLE color: 3783.

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

Color convert

RGB 199 14 0 -
CMYK 0 0.93 1 0.22
HSL 4.22º 1% 0.39% -
HSV(B) 4.22º 1% 0.78% -
XYZ 23.71 12.46 1.15 -
YUV 67.72 89.79 221.64 -
System Red Green Blue C M Y K H S L
Decimal 199 14 0 0 0.93 1 0.22 4.22 1 0.39
Hex C7 E 0 0 5D 64 16 4 64 27
Octal 307 16 0 0 135 144 26 4 144 47
Binary 11000111 1110 0 0 1011101 1100100 10110 100 1100100 100111

Color Harmonies of #C70E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70E00

Black with #C70E00

Text Example


Text Example

White with #C70E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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