Html Css Color HEX #C70312 Venetian Red

📋 copy color: '#C70312'

red 199 ◦ green 3 ◦ blue 18

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

Shades of Venetian Red #C70312

Tints of Venetian Red #C70312

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.36%

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

R = 90.45%
G = 1.36%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C70312 (or 0xC70312) is known color: Venetian Red. HEX triplet: C7, 03 and 12. RGB value is (199,3,18). Sum of RGB (Red+Green+Blue) = 199+3+18=220 (29% of max value = 765). Red value is 199 (78.12% from 255 or 90.45% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 18 (7.42% from 255 or 8.18% from 220); Max value from RGB is 199 - color contains mainly: red. Hex color #C70312 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70312 is #38FCED. Grayscale: #3F3F3F. Windows color (decimal): -3734766 or 1180615. OLE color: 1180615.

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

Color convert

RGB 199 3 18 -
CMYK 0 0.98 0.91 0.22
HSL 355.41º 0.97% 0.4% -
HSV(B) 355.41º 0.98% 0.78% -
XYZ 23.69 12.25 1.69 -
YUV 63.31 102.43 224.78 -
System Red Green Blue C M Y K H S L
Decimal 199 3 18 0 0.98 0.91 0.22 355.41 0.97 0.4
Hex C7 3 12 0 62 5B 16 163 61 28
Octal 307 3 22 0 142 133 26 543 141 50
Binary 11000111 11 10010 0 1100010 1011011 10110 101100011 1100001 101000

Color Harmonies of #C70312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70312

Black with #C70312

Text Example


Text Example

White with #C70312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70312; }

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

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

background-color css

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

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

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

border-color css

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

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

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