Html Css Color HEX #D20612 Venetian Red

📋 copy color: '#D20612'

red 210 ◦ green 6 ◦ blue 18

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

Shades of Venetian Red #D20612

Tints of Venetian Red #D20612

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.56%

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

R = 89.74%
G = 2.56%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D20612 (or 0xD20612) is known color: Venetian Red. HEX triplet: D2, 06 and 12. RGB value is (210,6,18). Sum of RGB (Red+Green+Blue) = 210+6+18=234 (30% of max value = 765). Red value is 210 (82.42% from 255 or 89.74% from 234); Green value is 6 (2.73% from 255 or 2.56% from 234); Blue value is 18 (7.42% from 255 or 7.69% from 234); Max value from RGB is 210 - color contains mainly: red. Hex color #D20612 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20612 is #2DF9ED. Grayscale: #444444. Windows color (decimal): -3013102 or 1181394. OLE color: 1181394.

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

Color convert

RGB 210 6 18 -
CMYK 0 0.97 0.91 0.18
HSL 356.47º 0.94% 0.42% -
HSV(B) 356.47º 0.97% 0.82% -
XYZ 26.75 13.88 1.84 -
YUV 68.36 99.59 229.02 -
System Red Green Blue C M Y K H S L
Decimal 210 6 18 0 0.97 0.91 0.18 356.47 0.94 0.42
Hex D2 6 12 0 61 5B 12 164 5E 2A
Octal 322 6 22 0 141 133 22 544 136 52
Binary 11010010 110 10010 0 1100001 1011011 10010 101100100 1011110 101010

Color Harmonies of #D20612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20612

Black with #D20612

Text Example


Text Example

White with #D20612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20612; }

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

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

background-color css

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

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

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

border-color css

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

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

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