Html Css Color HEX #C70420 Venetian Red

📋 copy color: '#C70420'

red 199 ◦ green 4 ◦ blue 32

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

Shades of Venetian Red #C70420

Tints of Venetian Red #C70420

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.7%

 BLUE value IS 32 (12.89% from 255) = 13.62%

R = 84.68%
G = 1.7%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C70420 (or 0xC70420) is known color: Venetian Red. HEX triplet: C7, 04 and 20. RGB value is (199,4,32). Sum of RGB (Red+Green+Blue) = 199+4+32=235 (31% of max value = 765). Red value is 199 (78.12% from 255 or 84.68% from 235); Green value is 4 (1.95% from 255 or 1.70% from 235); Blue value is 32 (12.89% from 255 or 13.62% from 235); Max value from RGB is 199 - color contains mainly: red. Hex color #C70420 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70420 is #38FBDF. Grayscale: #414141. Windows color (decimal): -3734496 or 2098375. OLE color: 2098375.

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

Color convert

RGB 199 4 32 -
CMYK 0 0.98 0.84 0.22
HSL 351.38º 0.96% 0.4% -
HSV(B) 351.38º 0.98% 0.78% -
XYZ 23.86 12.33 2.49 -
YUV 65.5 109.1 223.22 -
System Red Green Blue C M Y K H S L
Decimal 199 4 32 0 0.98 0.84 0.22 351.38 0.96 0.4
Hex C7 4 20 0 62 54 16 15F 60 28
Octal 307 4 40 0 142 124 26 537 140 50
Binary 11000111 100 100000 0 1100010 1010100 10110 101011111 1100000 101000

Color Harmonies of #C70420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70420

Black with #C70420

Text Example


Text Example

White with #C70420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70420; }

 p { color: rgb(199,4,32); }

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

background-color css

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

 a { background-color: rgb(199,4,32); }

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

border-color css

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

 span { border-color: rgb(199,4,32); }

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