Html Css Color HEX #C70215 Venetian Red

📋 copy color: '#C70215'

red 199 ◦ green 2 ◦ blue 21

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

Shades of Venetian Red #C70215

Tints of Venetian Red #C70215

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.9%

 BLUE value IS 21 (8.59% from 255) = 9.46%

R = 89.64%
G = 0.9%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C70215 (or 0xC70215) is known color: Venetian Red. HEX triplet: C7, 02 and 15. RGB value is (199,2,21). Sum of RGB (Red+Green+Blue) = 199+2+21=222 (29% of max value = 765). Red value is 199 (78.12% from 255 or 89.64% from 222); Green value is 2 (1.17% from 255 or 0.90% from 222); Blue value is 21 (8.59% from 255 or 9.46% from 222); Max value from RGB is 199 - color contains mainly: red. Hex color #C70215 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70215 is #38FDEA. Grayscale: #3F3F3F. Windows color (decimal): -3735019 or 1376967. OLE color: 1376967.

HSL color Cylindrical-coordinate representation of color #C70215: hue angle of 354.21º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C70215 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 2 21 -
CMYK 0 0.99 0.89 0.22
HSL 354.21º 0.98% 0.39% -
HSV(B) 354.21º 0.99% 0.78% -
XYZ 23.71 12.24 1.82 -
YUV 63.07 104.27 224.96 -
System Red Green Blue C M Y K H S L
Decimal 199 2 21 0 0.99 0.89 0.22 354.21 0.98 0.39
Hex C7 2 15 0 63 59 16 162 62 27
Octal 307 2 25 0 143 131 26 542 142 47
Binary 11000111 10 10101 0 1100011 1011001 10110 101100010 1100010 100111

Color Harmonies of #C70215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70215

Black with #C70215

Text Example


Text Example

White with #C70215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70215; }

 p { color: rgb(199,2,21); }

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

background-color css

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

 a { background-color: rgb(199,2,21); }

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

border-color css

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

 span { border-color: rgb(199,2,21); }

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