Html Css Color HEX #D9050C Venetian Red

📋 copy color: '#D9050C'

red 217 ◦ green 5 ◦ blue 12

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

Shades of Venetian Red #D9050C

Tints of Venetian Red #D9050C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.13%

R = 92.74%
G = 2.14%
B = 5.13%

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

#D9050C (or 0xD9050C) is known color: Venetian Red. HEX triplet: D9, 05 and 0C. RGB value is (217,5,12). Sum of RGB (Red+Green+Blue) = 217+5+12=234 (30% of max value = 765). Red value is 217 (85.16% from 255 or 92.74% from 234); Green value is 5 (2.34% from 255 or 2.14% from 234); Blue value is 12 (5.08% from 255 or 5.13% from 234); Max value from RGB is 217 - color contains mainly: red. Hex color #D9050C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D9050C is #26FAF3. Grayscale: #454545. Windows color (decimal): -2554612 or 787929. OLE color: 787929.

HSL color Cylindrical-coordinate representation of color #D9050C: hue angle of 358.02º 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 #D9050C is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 5 12 -
CMYK 0 0.98 0.94 0.15
HSL 358.02º 0.95% 0.44% -
HSV(B) 358.02º 0.98% 0.85% -
XYZ 28.74 14.89 1.71 -
YUV 69.19 95.74 233.43 -
System Red Green Blue C M Y K H S L
Decimal 217 5 12 0 0.98 0.94 0.15 358.02 0.95 0.44
Hex D9 5 C 0 62 5E F 166 5F 2C
Octal 331 5 14 0 142 136 17 546 137 54
Binary 11011001 101 1100 0 1100010 1011110 1111 101100110 1011111 101100

Color Harmonies of #D9050C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9050C

Black with #D9050C

Text Example


Text Example

White with #D9050C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9050C; }

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

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

background-color css

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

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

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

border-color css

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

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

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