Html Css Color HEX #C70A07 Free Speech Red

📋 copy color: '#C70A07'

red 199 ◦ green 10 ◦ blue 7

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

Shades of Free Speech Red #C70A07

Tints of Free Speech Red #C70A07

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.63%

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

R = 92.13%
G = 4.63%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C70A07 (or 0xC70A07) is known color: Free Speech Red. HEX triplet: C7, 0A and 07. RGB value is (199,10,7). Sum of RGB (Red+Green+Blue) = 199+10+7=216 (28% of max value = 765). Red value is 199 (78.12% from 255 or 92.13% from 216); Green value is 10 (4.30% from 255 or 4.63% from 216); Blue value is 7 (3.12% from 255 or 3.24% from 216); Max value from RGB is 199 - color contains mainly: red. Hex color #C70A07 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70A07 is #38F5F8. Grayscale: #424242. Windows color (decimal): -3732985 or 461511. OLE color: 461511.

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

Color convert

RGB 199 10 7 -
CMYK 0 0.95 0.96 0.22
HSL 0.94º 0.93% 0.4% -
HSV(B) 0.94º 0.96% 0.78% -
XYZ 23.7 12.37 1.34 -
YUV 66.17 94.62 222.74 -
System Red Green Blue C M Y K H S L
Decimal 199 10 7 0 0.95 0.96 0.22 0.94 0.93 0.4
Hex C7 A 7 0 5F 60 16 1 5D 28
Octal 307 12 7 0 137 140 26 1 135 50
Binary 11000111 1010 111 0 1011111 1100000 10110 1 1011101 101000

Color Harmonies of #C70A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70A07

Black with #C70A07

Text Example


Text Example

White with #C70A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70A07; }

 p { color: rgb(199,10,7); }

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

background-color css

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

 a { background-color: rgb(199,10,7); }

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

border-color css

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

 span { border-color: rgb(199,10,7); }

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