Html Css Color HEX #D10228 Venetian Red

📋 copy color: '#D10228'

red 209 ◦ green 2 ◦ blue 40

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

Shades of Venetian Red #D10228

Tints of Venetian Red #D10228

RGB

 RED value IS 209 (82.03% from 255) = 83.27%

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

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

R = 83.27%
G = 0.8%
B = 15.94%

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

#D10228 (or 0xD10228) is known color: Venetian Red. HEX triplet: D1, 02 and 28. RGB value is (209,2,40). Sum of RGB (Red+Green+Blue) = 209+2+40=251 (33% of max value = 765). Red value is 209 (82.03% from 255 or 83.27% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 40 (16.02% from 255 or 15.94% from 251); Max value from RGB is 209 - color contains mainly: red. Hex color #D10228 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10228 is #2EFDD7. Grayscale: #444444. Windows color (decimal): -3079640 or 2622161. OLE color: 2622161.

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

Color convert

RGB 209 2 40 -
CMYK 0 0.99 0.81 0.18
HSL 348.99º 0.98% 0.41% -
HSV(B) 348.99º 0.99% 0.82% -
XYZ 26.7 13.75 3.25 -
YUV 68.23 112.08 228.41 -
System Red Green Blue C M Y K H S L
Decimal 209 2 40 0 0.99 0.81 0.18 348.99 0.98 0.41
Hex D1 2 28 0 63 51 12 15D 62 29
Octal 321 2 50 0 143 121 22 535 142 51
Binary 11010001 10 101000 0 1100011 1010001 10010 101011101 1100010 101001

Color Harmonies of #D10228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10228

Black with #D10228

Text Example


Text Example

White with #D10228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10228; }

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

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

background-color css

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

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

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

border-color css

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

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

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