Html Css Color HEX #D00227 Venetian Red

📋 copy color: '#D00227'

red 208 ◦ green 2 ◦ blue 39

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

Shades of Venetian Red #D00227

Tints of Venetian Red #D00227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.66%

R = 83.53%
G = 0.8%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D00227 (or 0xD00227) is known color: Venetian Red. HEX triplet: D0, 02 and 27. RGB value is (208,2,39). Sum of RGB (Red+Green+Blue) = 208+2+39=249 (32% of max value = 765). Red value is 208 (81.64% from 255 or 83.53% from 249); Green value is 2 (1.17% from 255 or 0.80% from 249); Blue value is 39 (15.62% from 255 or 15.66% from 249); Max value from RGB is 208 - color contains mainly: red. Hex color #D00227 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00227 is #2FFDD8. Grayscale: #434343. Windows color (decimal): -3145177 or 2556624. OLE color: 2556624.

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

Color convert

RGB 208 2 39 -
CMYK 0 0.99 0.81 0.18
HSL 349.22º 0.98% 0.41% -
HSV(B) 349.22º 0.99% 0.82% -
XYZ 26.4 13.6 3.15 -
YUV 67.81 111.75 227.99 -
System Red Green Blue C M Y K H S L
Decimal 208 2 39 0 0.99 0.81 0.18 349.22 0.98 0.41
Hex D0 2 27 0 63 51 12 15D 62 29
Octal 320 2 47 0 143 121 22 535 142 51
Binary 11010000 10 100111 0 1100011 1010001 10010 101011101 1100010 101001

Color Harmonies of #D00227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00227

Black with #D00227

Text Example


Text Example

White with #D00227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00227; }

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

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

background-color css

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

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

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

border-color css

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

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

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