Html Css Color HEX #C80229 Venetian Red

📋 copy color: '#C80229'

red 200 ◦ green 2 ◦ blue 41

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

Shades of Venetian Red #C80229

Tints of Venetian Red #C80229

RGB

 RED value IS 200 (78.52% from 255) = 82.3%

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

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

R = 82.3%
G = 0.82%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C80229 (or 0xC80229) is known color: Venetian Red. HEX triplet: C8, 02 and 29. RGB value is (200,2,41). Sum of RGB (Red+Green+Blue) = 200+2+41=243 (32% of max value = 765). Red value is 200 (78.52% from 255 or 82.30% from 243); Green value is 2 (1.17% from 255 or 0.82% from 243); Blue value is 41 (16.41% from 255 or 16.87% from 243); Max value from RGB is 200 - color contains mainly: red. Hex color #C80229 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80229 is #37FDD6. Grayscale: #414141. Windows color (decimal): -3669463 or 2687688. OLE color: 2687688.

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

Color convert

RGB 200 2 41 -
CMYK 0 0.99 0.80 0.22
HSL 348.18º 0.98% 0.4% -
HSV(B) 348.18º 0.99% 0.78% -
XYZ 24.24 12.48 3.23 -
YUV 65.65 114.1 223.83 -
System Red Green Blue C M Y K H S L
Decimal 200 2 41 0 0.99 0.80 0.22 348.18 0.98 0.4
Hex C8 2 29 0 63 50 16 15C 62 28
Octal 310 2 51 0 143 120 26 534 142 50
Binary 11001000 10 101001 0 1100011 1010000 10110 101011100 1100010 101000

Color Harmonies of #C80229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80229

Black with #C80229

Text Example


Text Example

White with #C80229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80229; }

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

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

background-color css

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

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

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

border-color css

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

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

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