Html Css Color HEX #D2051A Venetian Red

📋 copy color: '#D2051A'

red 210 ◦ green 5 ◦ blue 26

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

Shades of Venetian Red #D2051A

Tints of Venetian Red #D2051A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.07%

 BLUE value IS 26 (10.55% from 255) = 10.79%

R = 87.14%
G = 2.07%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D2051A (or 0xD2051A) is known color: Venetian Red. HEX triplet: D2, 05 and 1A. RGB value is (210,5,26). Sum of RGB (Red+Green+Blue) = 210+5+26=241 (31% of max value = 765). Red value is 210 (82.42% from 255 or 87.14% from 241); Green value is 5 (2.34% from 255 or 2.07% from 241); Blue value is 26 (10.55% from 255 or 10.79% from 241); Max value from RGB is 210 - color contains mainly: red. Hex color #D2051A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2051A is #2DFAE5. Grayscale: #444444. Windows color (decimal): -3013350 or 1705426. OLE color: 1705426.

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

Color convert

RGB 210 5 26 -
CMYK 0 0.98 0.88 0.18
HSL 353.85º 0.95% 0.42% -
HSV(B) 353.85º 0.98% 0.82% -
XYZ 26.82 13.88 2.24 -
YUV 68.69 103.92 228.79 -
System Red Green Blue C M Y K H S L
Decimal 210 5 26 0 0.98 0.88 0.18 353.85 0.95 0.42
Hex D2 5 1A 0 62 58 12 162 5F 2A
Octal 322 5 32 0 142 130 22 542 137 52
Binary 11010010 101 11010 0 1100010 1011000 10010 101100010 1011111 101010

Color Harmonies of #D2051A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2051A

Black with #D2051A

Text Example


Text Example

White with #D2051A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2051A; }

 p { color: rgb(210,5,26); }

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

background-color css

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

 a { background-color: rgb(210,5,26); }

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

border-color css

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

 span { border-color: rgb(210,5,26); }

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