Html Css Color HEX #C70229 Venetian Red

📋 copy color: '#C70229'

red 199 ◦ green 2 ◦ blue 41

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

Shades of Venetian Red #C70229

Tints of Venetian Red #C70229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 16.94%

R = 82.23%
G = 0.83%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C70229 (or 0xC70229) is known color: Venetian Red. HEX triplet: C7, 02 and 29. RGB value is (199,2,41). Sum of RGB (Red+Green+Blue) = 199+2+41=242 (32% of max value = 765). Red value is 199 (78.12% from 255 or 82.23% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 41 (16.41% from 255 or 16.94% from 242); Max value from RGB is 199 - color contains mainly: red. Hex color #C70229 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70229 is #38FDD6. Grayscale: #414141. Windows color (decimal): -3734999 or 2687687. OLE color: 2687687.

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

Color convert

RGB 199 2 41 -
CMYK 0 0.99 0.79 0.22
HSL 348.12º 0.98% 0.39% -
HSV(B) 348.12º 0.99% 0.78% -
XYZ 23.98 12.35 3.22 -
YUV 65.35 114.27 223.33 -
System Red Green Blue C M Y K H S L
Decimal 199 2 41 0 0.99 0.79 0.22 348.12 0.98 0.39
Hex C7 2 29 0 63 4F 16 15C 62 27
Octal 307 2 51 0 143 117 26 534 142 47
Binary 11000111 10 101001 0 1100011 1001111 10110 101011100 1100010 100111

Color Harmonies of #C70229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70229

Black with #C70229

Text Example


Text Example

White with #C70229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70229; }

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

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

background-color css

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

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

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

border-color css

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

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

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