Html Css Color HEX #C70A00 Free Speech Red

📋 copy color: '#C70A00'

red 199 ◦ green 10 ◦ blue 0

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

Shades of Free Speech Red #C70A00

Tints of Free Speech Red #C70A00

RGB

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

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

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

R = 95.22%
G = 4.78%
B = 0%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C70A00 (or 0xC70A00) is known color: Free Speech Red. HEX triplet: C7, 0A and 00. RGB value is (199,10,0). Sum of RGB (Red+Green+Blue) = 199+10+0=209 (27% of max value = 765). Red value is 199 (78.12% from 255 or 95.22% from 209); Green value is 10 (4.30% from 255 or 4.78% from 209); Blue value is 0 (0.39% from 255 or 0% from 209); Max value from RGB is 199 - color contains mainly: red. Hex color #C70A00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70A00 is #38F5FF. Grayscale: #414141. Windows color (decimal): -3732992 or 2759. OLE color: 2759.

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

Color convert

RGB 199 10 0 -
CMYK 0 0.95 1 0.22
HSL 3.02º 1% 0.39% -
HSV(B) 3.02º 1% 0.78% -
XYZ 23.66 12.36 1.14 -
YUV 65.37 91.12 223.31 -
System Red Green Blue C M Y K H S L
Decimal 199 10 0 0 0.95 1 0.22 3.02 1 0.39
Hex C7 A 0 0 5F 64 16 3 64 27
Octal 307 12 0 0 137 144 26 3 144 47
Binary 11000111 1010 0 0 1011111 1100100 10110 11 1100100 100111

Color Harmonies of #C70A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70A00

Black with #C70A00

Text Example


Text Example

White with #C70A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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