Html Css Color HEX #D20118 Venetian Red

📋 copy color: '#D20118'

red 210 ◦ green 1 ◦ blue 24

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

Shades of Venetian Red #D20118

Tints of Venetian Red #D20118

RGB

 RED value IS 210 (82.42% from 255) = 89.36%

 GREEN value IS 1 (0.78% from 255) = 0.43%

 BLUE value IS 24 (9.77% from 255) = 10.21%

R = 89.36%
G = 0.43%
B = 10.21%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D20118 (or 0xD20118) is known color: Venetian Red. HEX triplet: D2, 01 and 18. RGB value is (210,1,24). Sum of RGB (Red+Green+Blue) = 210+1+24=235 (31% of max value = 765). Red value is 210 (82.42% from 255 or 89.36% from 235); Green value is 1 (0.78% from 255 or 0.43% from 235); Blue value is 24 (9.77% from 255 or 10.21% from 235); Max value from RGB is 210 - color contains mainly: red. Hex color #D20118 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20118 is #2DFEE7. Grayscale: #424242. Windows color (decimal): -3014376 or 1573330. OLE color: 1573330.

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

Color convert

RGB 210 1 24 -
CMYK 0 1.00 0.89 0.18
HSL 353.4º 0.99% 0.41% -
HSV(B) 353.4º 1% 0.82% -
XYZ 26.75 13.79 2.12 -
YUV 66.11 104.24 230.63 -
System Red Green Blue C M Y K H S L
Decimal 210 1 24 0 1.00 0.89 0.18 353.4 0.99 0.41
Hex D2 1 18 0 64 59 12 161 63 29
Octal 322 1 30 0 144 131 22 541 143 51
Binary 11010010 1 11000 0 1100100 1011001 10010 101100001 1100011 101001

Color Harmonies of #D20118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20118

Black with #D20118

Text Example


Text Example

White with #D20118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20118; }

 p { color: rgb(210,1,24); }

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

background-color css

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

 a { background-color: rgb(210,1,24); }

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

border-color css

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

 span { border-color: rgb(210,1,24); }

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