Html Css Color HEX #D00229 Venetian Red

📋 copy color: '#D00229'

red 208 ◦ green 2 ◦ blue 41

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

Shades of Venetian Red #D00229

Tints of Venetian Red #D00229

RGB

 RED value IS 208 (81.64% from 255) = 82.87%

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

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

R = 82.87%
G = 0.8%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D00229 (or 0xD00229) is known color: Venetian Red. HEX triplet: D0, 02 and 29. RGB value is (208,2,41). Sum of RGB (Red+Green+Blue) = 208+2+41=251 (33% of max value = 765). Red value is 208 (81.64% from 255 or 82.87% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 41 (16.41% from 255 or 16.33% from 251); Max value from RGB is 208 - color contains mainly: red. Hex color #D00229 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00229 is #2FFDD6. Grayscale: #444444. Windows color (decimal): -3145175 or 2687696. OLE color: 2687696.

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

Color convert

RGB 208 2 41 -
CMYK 0 0.99 0.80 0.18
HSL 348.64º 0.98% 0.41% -
HSV(B) 348.64º 0.99% 0.82% -
XYZ 26.43 13.61 3.33 -
YUV 68.04 112.75 227.83 -
System Red Green Blue C M Y K H S L
Decimal 208 2 41 0 0.99 0.80 0.18 348.64 0.98 0.41
Hex D0 2 29 0 63 50 12 15D 62 29
Octal 320 2 51 0 143 120 22 535 142 51
Binary 11010000 10 101001 0 1100011 1010000 10010 101011101 1100010 101001

Color Harmonies of #D00229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00229

Black with #D00229

Text Example


Text Example

White with #D00229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00229; }

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

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

background-color css

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

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

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

border-color css

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

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

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