Html Css Color HEX #C70513 Venetian Red

📋 copy color: '#C70513'

red 199 ◦ green 5 ◦ blue 19

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

Shades of Venetian Red #C70513

Tints of Venetian Red #C70513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.52%

R = 89.24%
G = 2.24%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C70513 (or 0xC70513) is known color: Venetian Red. HEX triplet: C7, 05 and 13. RGB value is (199,5,19). Sum of RGB (Red+Green+Blue) = 199+5+19=223 (29% of max value = 765). Red value is 199 (78.12% from 255 or 89.24% from 223); Green value is 5 (2.34% from 255 or 2.24% from 223); Blue value is 19 (7.81% from 255 or 8.52% from 223); Max value from RGB is 199 - color contains mainly: red. Hex color #C70513 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70513 is #38FAEC. Grayscale: #404040. Windows color (decimal): -3734253 or 1246663. OLE color: 1246663.

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

Color convert

RGB 199 5 19 -
CMYK 0 0.97 0.90 0.22
HSL 355.67º 0.95% 0.4% -
HSV(B) 355.67º 0.97% 0.78% -
XYZ 23.73 12.3 1.74 -
YUV 64.6 102.27 223.86 -
System Red Green Blue C M Y K H S L
Decimal 199 5 19 0 0.97 0.90 0.22 355.67 0.95 0.4
Hex C7 5 13 0 61 5A 16 164 5F 28
Octal 307 5 23 0 141 132 26 544 137 50
Binary 11000111 101 10011 0 1100001 1011010 10110 101100100 1011111 101000

Color Harmonies of #C70513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70513

Black with #C70513

Text Example


Text Example

White with #C70513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70513; }

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

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

background-color css

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

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

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

border-color css

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

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

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