Html Css Color HEX #D9030D Venetian Red

📋 copy color: '#D9030D'

red 217 ◦ green 3 ◦ blue 13

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

Shades of Venetian Red #D9030D

Tints of Venetian Red #D9030D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.29%

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

R = 93.13%
G = 1.29%
B = 5.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D9030D (or 0xD9030D) is known color: Venetian Red. HEX triplet: D9, 03 and 0D. RGB value is (217,3,13). Sum of RGB (Red+Green+Blue) = 217+3+13=233 (30% of max value = 765). Red value is 217 (85.16% from 255 or 93.13% from 233); Green value is 3 (1.56% from 255 or 1.29% from 233); Blue value is 13 (5.47% from 255 or 5.58% from 233); Max value from RGB is 217 - color contains mainly: red. Hex color #D9030D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D9030D is #26FCF2. Grayscale: #444444. Windows color (decimal): -2555123 or 852953. OLE color: 852953.

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

Color convert

RGB 217 3 13 -
CMYK 0 0.99 0.94 0.15
HSL 357.2º 0.97% 0.43% -
HSV(B) 357.2º 0.99% 0.85% -
XYZ 28.72 14.85 1.73 -
YUV 68.13 96.9 234.19 -
System Red Green Blue C M Y K H S L
Decimal 217 3 13 0 0.99 0.94 0.15 357.2 0.97 0.43
Hex D9 3 D 0 63 5E F 165 61 2B
Octal 331 3 15 0 143 136 17 545 141 53
Binary 11011001 11 1101 0 1100011 1011110 1111 101100101 1100001 101011

Color Harmonies of #D9030D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9030D

Black with #D9030D

Text Example


Text Example

White with #D9030D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9030D; }

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

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

background-color css

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

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

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

border-color css

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

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

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