Html Css Color HEX #D9030F Venetian Red

📋 copy color: '#D9030F'

red 217 ◦ green 3 ◦ blue 15

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

Shades of Venetian Red #D9030F

Tints of Venetian Red #D9030F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.38%

R = 92.34%
G = 1.28%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D9030F (or 0xD9030F) is known color: Venetian Red. HEX triplet: D9, 03 and 0F. RGB value is (217,3,15). Sum of RGB (Red+Green+Blue) = 217+3+15=235 (31% of max value = 765). Red value is 217 (85.16% from 255 or 92.34% from 235); Green value is 3 (1.56% from 255 or 1.28% from 235); Blue value is 15 (6.25% from 255 or 6.38% from 235); Max value from RGB is 217 - color contains mainly: red. Hex color #D9030F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D9030F is #26FCF0. Grayscale: #444444. Windows color (decimal): -2555121 or 984025. OLE color: 984025.

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

Color convert

RGB 217 3 15 -
CMYK 0 0.99 0.93 0.15
HSL 356.64º 0.97% 0.43% -
HSV(B) 356.64º 0.99% 0.85% -
XYZ 28.73 14.85 1.8 -
YUV 68.35 97.9 234.02 -
System Red Green Blue C M Y K H S L
Decimal 217 3 15 0 0.99 0.93 0.15 356.64 0.97 0.43
Hex D9 3 F 0 63 5D F 165 61 2B
Octal 331 3 17 0 143 135 17 545 141 53
Binary 11011001 11 1111 0 1100011 1011101 1111 101100101 1100001 101011

Color Harmonies of #D9030F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9030F

Black with #D9030F

Text Example


Text Example

White with #D9030F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9030F; }

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

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

background-color css

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

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

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

border-color css

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

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

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