Html Css Color HEX #C70F00 Free Speech Red

📋 copy color: '#C70F00'

red 199 ◦ green 15 ◦ blue 0

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

Shades of Free Speech Red #C70F00

Tints of Free Speech Red #C70F00

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.01%

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

R = 92.99%
G = 7.01%
B = 0%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C70F00 (or 0xC70F00) is known color: Free Speech Red. HEX triplet: C7, 0F and 00. RGB value is (199,15,0). Sum of RGB (Red+Green+Blue) = 199+15+0=214 (28% of max value = 765). Red value is 199 (78.12% from 255 or 92.99% from 214); Green value is 15 (6.25% from 255 or 7.01% from 214); Blue value is 0 (0.39% from 255 or 0% from 214); Max value from RGB is 199 - color contains mainly: red. Hex color #C70F00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70F00 is #38F0FF. Grayscale: #444444. Windows color (decimal): -3731712 or 4039. OLE color: 4039.

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

Color convert

RGB 199 15 0 -
CMYK 0 0.92 1 0.22
HSL 4.52º 1% 0.39% -
HSV(B) 4.52º 1% 0.78% -
XYZ 23.72 12.48 1.16 -
YUV 68.31 89.46 221.22 -
System Red Green Blue C M Y K H S L
Decimal 199 15 0 0 0.92 1 0.22 4.52 1 0.39
Hex C7 F 0 0 5C 64 16 5 64 27
Octal 307 17 0 0 134 144 26 5 144 47
Binary 11000111 1111 0 0 1011100 1100100 10110 101 1100100 100111

Color Harmonies of #C70F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70F00

Black with #C70F00

Text Example


Text Example

White with #C70F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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