Html Css Color HEX #D90514 Venetian Red

📋 copy color: '#D90514'

red 217 ◦ green 5 ◦ blue 20

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

Shades of Venetian Red #D90514

Tints of Venetian Red #D90514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.26%

R = 89.67%
G = 2.07%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D90514 (or 0xD90514) is known color: Venetian Red. HEX triplet: D9, 05 and 14. RGB value is (217,5,20). Sum of RGB (Red+Green+Blue) = 217+5+20=242 (32% of max value = 765). Red value is 217 (85.16% from 255 or 89.67% from 242); Green value is 5 (2.34% from 255 or 2.07% from 242); Blue value is 20 (8.20% from 255 or 8.26% from 242); Max value from RGB is 217 - color contains mainly: red. Hex color #D90514 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90514 is #26FAEB. Grayscale: #464646. Windows color (decimal): -2554604 or 1312217. OLE color: 1312217.

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

Color convert

RGB 217 5 20 -
CMYK 0 0.98 0.91 0.15
HSL 355.75º 0.95% 0.44% -
HSV(B) 355.75º 0.98% 0.85% -
XYZ 28.8 14.91 2.02 -
YUV 70.1 99.74 232.78 -
System Red Green Blue C M Y K H S L
Decimal 217 5 20 0 0.98 0.91 0.15 355.75 0.95 0.44
Hex D9 5 14 0 62 5B F 164 5F 2C
Octal 331 5 24 0 142 133 17 544 137 54
Binary 11011001 101 10100 0 1100010 1011011 1111 101100100 1011111 101100

Color Harmonies of #D90514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90514

Black with #D90514

Text Example


Text Example

White with #D90514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90514; }

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

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

background-color css

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

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

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

border-color css

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

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

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