Html Css Color HEX #D9020A Venetian Red

📋 copy color: '#D9020A'

red 217 ◦ green 2 ◦ blue 10

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

Shades of Venetian Red #D9020A

Tints of Venetian Red #D9020A

RGB

 RED value IS 217 (85.16% from 255) = 94.76%

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

 BLUE value IS 10 (4.3% from 255) = 4.37%

R = 94.76%
G = 0.87%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#D9020A (or 0xD9020A) is known color: Venetian Red. HEX triplet: D9, 02 and 0A. RGB value is (217,2,10). Sum of RGB (Red+Green+Blue) = 217+2+10=229 (30% of max value = 765). Red value is 217 (85.16% from 255 or 94.76% from 229); Green value is 2 (1.17% from 255 or 0.87% from 229); Blue value is 10 (4.30% from 255 or 4.37% from 229); Max value from RGB is 217 - color contains mainly: red. Hex color #D9020A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D9020A is #26FDF5. Grayscale: #434343. Windows color (decimal): -2555382 or 656089. OLE color: 656089.

HSL color Cylindrical-coordinate representation of color #D9020A: hue angle of 357.77º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D9020A is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 2 10 -
CMYK 0 0.99 0.95 0.15
HSL 357.77º 0.98% 0.43% -
HSV(B) 357.77º 0.99% 0.85% -
XYZ 28.69 14.82 1.63 -
YUV 67.2 95.73 234.85 -
System Red Green Blue C M Y K H S L
Decimal 217 2 10 0 0.99 0.95 0.15 357.77 0.98 0.43
Hex D9 2 A 0 63 5F F 166 62 2B
Octal 331 2 12 0 143 137 17 546 142 53
Binary 11011001 10 1010 0 1100011 1011111 1111 101100110 1100010 101011

Color Harmonies of #D9020A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9020A

Black with #D9020A

Text Example


Text Example

White with #D9020A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9020A; }

 p { color: rgb(217,2,10); }

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

background-color css

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

 a { background-color: rgb(217,2,10); }

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

border-color css

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

 span { border-color: rgb(217,2,10); }

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