Html Css Color HEX #D00228 Venetian Red

📋 copy color: '#D00228'

red 208 ◦ green 2 ◦ blue 40

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

Shades of Venetian Red #D00228

Tints of Venetian Red #D00228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16%

R = 83.2%
G = 0.8%
B = 16%

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

#D00228 (or 0xD00228) is known color: Venetian Red. HEX triplet: D0, 02 and 28. RGB value is (208,2,40). Sum of RGB (Red+Green+Blue) = 208+2+40=250 (33% of max value = 765). Red value is 208 (81.64% from 255 or 83.2% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 40 (16.02% from 255 or 16% from 250); Max value from RGB is 208 - color contains mainly: red. Hex color #D00228 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00228 is #2FFDD7. Grayscale: #434343. Windows color (decimal): -3145176 or 2622160. OLE color: 2622160.

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

Color convert

RGB 208 2 40 -
CMYK 0 0.99 0.81 0.18
HSL 348.93º 0.98% 0.41% -
HSV(B) 348.93º 0.99% 0.82% -
XYZ 26.42 13.61 3.24 -
YUV 67.93 112.25 227.91 -
System Red Green Blue C M Y K H S L
Decimal 208 2 40 0 0.99 0.81 0.18 348.93 0.98 0.41
Hex D0 2 28 0 63 51 12 15D 62 29
Octal 320 2 50 0 143 121 22 535 142 51
Binary 11010000 10 101000 0 1100011 1010001 10010 101011101 1100010 101001

Color Harmonies of #D00228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00228

Black with #D00228

Text Example


Text Example

White with #D00228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00228; }

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

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

background-color css

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

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

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

border-color css

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

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

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