Html Css Color HEX #D10227 Venetian Red

📋 copy color: '#D10227'

red 209 ◦ green 2 ◦ blue 39

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

Shades of Venetian Red #D10227

Tints of Venetian Red #D10227

RGB

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

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

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

R = 83.6%
G = 0.8%
B = 15.6%

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

#D10227 (or 0xD10227) is known color: Venetian Red. HEX triplet: D1, 02 and 27. RGB value is (209,2,39). Sum of RGB (Red+Green+Blue) = 209+2+39=250 (33% of max value = 765). Red value is 209 (82.03% from 255 or 83.6% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 39 (15.62% from 255 or 15.6% from 250); Max value from RGB is 209 - color contains mainly: red. Hex color #D10227 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10227 is #2EFDD8. Grayscale: #444444. Windows color (decimal): -3079641 or 2556625. OLE color: 2556625.

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

Color convert

RGB 209 2 39 -
CMYK 0 0.99 0.81 0.18
HSL 349.28º 0.98% 0.41% -
HSV(B) 349.28º 0.99% 0.82% -
XYZ 26.68 13.75 3.17 -
YUV 68.11 111.58 228.49 -
System Red Green Blue C M Y K H S L
Decimal 209 2 39 0 0.99 0.81 0.18 349.28 0.98 0.41
Hex D1 2 27 0 63 51 12 15D 62 29
Octal 321 2 47 0 143 121 22 535 142 51
Binary 11010001 10 100111 0 1100011 1010001 10010 101011101 1100010 101001

Color Harmonies of #D10227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10227

Black with #D10227

Text Example


Text Example

White with #D10227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10227; }

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

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

background-color css

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

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

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

border-color css

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

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

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