Html Css Color HEX #D20312 Venetian Red

📋 copy color: '#D20312'

red 210 ◦ green 3 ◦ blue 18

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

Shades of Venetian Red #D20312

Tints of Venetian Red #D20312

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.3%

 BLUE value IS 18 (7.42% from 255) = 7.79%

R = 90.91%
G = 1.3%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D20312 (or 0xD20312) is known color: Venetian Red. HEX triplet: D2, 03 and 12. RGB value is (210,3,18). Sum of RGB (Red+Green+Blue) = 210+3+18=231 (30% of max value = 765). Red value is 210 (82.42% from 255 or 90.91% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 18 (7.42% from 255 or 7.79% from 231); Max value from RGB is 210 - color contains mainly: red. Hex color #D20312 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20312 is #2DFCED. Grayscale: #424242. Windows color (decimal): -3013870 or 1180626. OLE color: 1180626.

HSL color Cylindrical-coordinate representation of color #D20312: hue angle of 355.65º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D20312 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 3 18 -
CMYK 0 0.99 0.91 0.18
HSL 355.65º 0.97% 0.42% -
HSV(B) 355.65º 0.99% 0.82% -
XYZ 26.72 13.81 1.83 -
YUV 66.6 100.58 230.28 -
System Red Green Blue C M Y K H S L
Decimal 210 3 18 0 0.99 0.91 0.18 355.65 0.97 0.42
Hex D2 3 12 0 63 5B 12 164 61 2A
Octal 322 3 22 0 143 133 22 544 141 52
Binary 11010010 11 10010 0 1100011 1011011 10010 101100100 1100001 101010

Color Harmonies of #D20312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20312

Black with #D20312

Text Example


Text Example

White with #D20312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20312; }

 p { color: rgb(210,3,18); }

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

background-color css

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

 a { background-color: rgb(210,3,18); }

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

border-color css

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

 span { border-color: rgb(210,3,18); }

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