Html Css Color HEX #C70E03 Free Speech Red

📋 copy color: '#C70E03'

red 199 ◦ green 14 ◦ blue 3

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

Shades of Free Speech Red #C70E03

Tints of Free Speech Red #C70E03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.39%

R = 92.13%
G = 6.48%
B = 1.39%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C70E03 (or 0xC70E03) is known color: Free Speech Red. HEX triplet: C7, 0E and 03. RGB value is (199,14,3). Sum of RGB (Red+Green+Blue) = 199+14+3=216 (28% of max value = 765). Red value is 199 (78.12% from 255 or 92.13% from 216); Green value is 14 (5.86% from 255 or 6.48% from 216); Blue value is 3 (1.56% from 255 or 1.39% from 216); Max value from RGB is 199 - color contains mainly: red. Hex color #C70E03 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70E03 is #38F1FC. Grayscale: #444444. Windows color (decimal): -3731965 or 200391. OLE color: 200391.

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

Color convert

RGB 199 14 3 -
CMYK 0 0.93 0.98 0.22
HSL 3.37º 0.97% 0.4% -
HSV(B) 3.37º 0.98% 0.78% -
XYZ 23.73 12.46 1.24 -
YUV 68.06 91.29 221.39 -
System Red Green Blue C M Y K H S L
Decimal 199 14 3 0 0.93 0.98 0.22 3.37 0.97 0.4
Hex C7 E 3 0 5D 62 16 3 61 28
Octal 307 16 3 0 135 142 26 3 141 50
Binary 11000111 1110 11 0 1011101 1100010 10110 11 1100001 101000

Color Harmonies of #C70E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70E03

Black with #C70E03

Text Example


Text Example

White with #C70E03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70E03; }

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

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

background-color css

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

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

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

border-color css

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

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

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