Html Css Color HEX #C70512 Venetian Red

📋 copy color: '#C70512'

red 199 ◦ green 5 ◦ blue 18

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

Shades of Venetian Red #C70512

Tints of Venetian Red #C70512

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.25%

 BLUE value IS 18 (7.42% from 255) = 8.11%

R = 89.64%
G = 2.25%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C70512 (or 0xC70512) is known color: Venetian Red. HEX triplet: C7, 05 and 12. RGB value is (199,5,18). Sum of RGB (Red+Green+Blue) = 199+5+18=222 (29% of max value = 765). Red value is 199 (78.12% from 255 or 89.64% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 18 (7.42% from 255 or 8.11% from 222); Max value from RGB is 199 - color contains mainly: red. Hex color #C70512 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70512 is #38FAED. Grayscale: #404040. Windows color (decimal): -3734254 or 1181127. OLE color: 1181127.

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

Color convert

RGB 199 5 18 -
CMYK 0 0.97 0.91 0.22
HSL 355.98º 0.95% 0.4% -
HSV(B) 355.98º 0.97% 0.78% -
XYZ 23.72 12.29 1.7 -
YUV 64.49 101.77 223.94 -
System Red Green Blue C M Y K H S L
Decimal 199 5 18 0 0.97 0.91 0.22 355.98 0.95 0.4
Hex C7 5 12 0 61 5B 16 164 5F 28
Octal 307 5 22 0 141 133 26 544 137 50
Binary 11000111 101 10010 0 1100001 1011011 10110 101100100 1011111 101000

Color Harmonies of #C70512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70512

Black with #C70512

Text Example


Text Example

White with #C70512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70512; }

 p { color: rgb(199,5,18); }

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

background-color css

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

 a { background-color: rgb(199,5,18); }

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

border-color css

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

 span { border-color: rgb(199,5,18); }

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