Html Css Color HEX #D9050D Venetian Red

📋 copy color: '#D9050D'

red 217 ◦ green 5 ◦ blue 13

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

Shades of Venetian Red #D9050D

Tints of Venetian Red #D9050D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.53%

R = 92.34%
G = 2.13%
B = 5.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D9050D (or 0xD9050D) is known color: Venetian Red. HEX triplet: D9, 05 and 0D. RGB value is (217,5,13). Sum of RGB (Red+Green+Blue) = 217+5+13=235 (31% of max value = 765). Red value is 217 (85.16% from 255 or 92.34% from 235); Green value is 5 (2.34% from 255 or 2.13% from 235); Blue value is 13 (5.47% from 255 or 5.53% from 235); Max value from RGB is 217 - color contains mainly: red. Hex color #D9050D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D9050D is #26FAF2. Grayscale: #454545. Windows color (decimal): -2554611 or 853465. OLE color: 853465.

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

Color convert

RGB 217 5 13 -
CMYK 0 0.98 0.94 0.15
HSL 357.74º 0.95% 0.44% -
HSV(B) 357.74º 0.98% 0.85% -
XYZ 28.74 14.89 1.74 -
YUV 69.3 96.24 233.35 -
System Red Green Blue C M Y K H S L
Decimal 217 5 13 0 0.98 0.94 0.15 357.74 0.95 0.44
Hex D9 5 D 0 62 5E F 166 5F 2C
Octal 331 5 15 0 142 136 17 546 137 54
Binary 11011001 101 1101 0 1100010 1011110 1111 101100110 1011111 101100

Color Harmonies of #D9050D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9050D

Black with #D9050D

Text Example


Text Example

White with #D9050D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9050D; }

 p { color: rgb(217,5,13); }

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

background-color css

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

 a { background-color: rgb(217,5,13); }

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

border-color css

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

 span { border-color: rgb(217,5,13); }

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