Html Css Color HEX #C70315 Venetian Red

📋 copy color: '#C70315'

red 199 ◦ green 3 ◦ blue 21

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

Shades of Venetian Red #C70315

Tints of Venetian Red #C70315

RGB

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

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

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

R = 89.24%
G = 1.35%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C70315 (or 0xC70315) is known color: Venetian Red. HEX triplet: C7, 03 and 15. RGB value is (199,3,21). Sum of RGB (Red+Green+Blue) = 199+3+21=223 (29% of max value = 765). Red value is 199 (78.12% from 255 or 89.24% from 223); Green value is 3 (1.56% from 255 or 1.35% from 223); Blue value is 21 (8.59% from 255 or 9.42% from 223); Max value from RGB is 199 - color contains mainly: red. Hex color #C70315 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70315 is #38FCEA. Grayscale: #3F3F3F. Windows color (decimal): -3734763 or 1377223. OLE color: 1377223.

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

Color convert

RGB 199 3 21 -
CMYK 0 0.98 0.89 0.22
HSL 354.49º 0.97% 0.4% -
HSV(B) 354.49º 0.98% 0.78% -
XYZ 23.72 12.26 1.83 -
YUV 63.66 103.93 224.54 -
System Red Green Blue C M Y K H S L
Decimal 199 3 21 0 0.98 0.89 0.22 354.49 0.97 0.4
Hex C7 3 15 0 62 59 16 162 61 28
Octal 307 3 25 0 142 131 26 542 141 50
Binary 11000111 11 10101 0 1100010 1011001 10110 101100010 1100001 101000

Color Harmonies of #C70315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70315

Black with #C70315

Text Example


Text Example

White with #C70315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70315; }

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

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

background-color css

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

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

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

border-color css

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

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

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