Html Css Color HEX #D90614 Venetian Red

📋 copy color: '#D90614'

red 217 ◦ green 6 ◦ blue 20

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

Shades of Venetian Red #D90614

Tints of Venetian Red #D90614

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.47%

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

R = 89.3%
G = 2.47%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D90614 (or 0xD90614) is known color: Venetian Red. HEX triplet: D9, 06 and 14. RGB value is (217,6,20). Sum of RGB (Red+Green+Blue) = 217+6+20=243 (32% of max value = 765). Red value is 217 (85.16% from 255 or 89.30% from 243); Green value is 6 (2.73% from 255 or 2.47% from 243); Blue value is 20 (8.20% from 255 or 8.23% from 243); Max value from RGB is 217 - color contains mainly: red. Hex color #D90614 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90614 is #26F9EB. Grayscale: #464646. Windows color (decimal): -2554348 or 1312473. OLE color: 1312473.

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

Color convert

RGB 217 6 20 -
CMYK 0 0.97 0.91 0.15
HSL 356.02º 0.95% 0.44% -
HSV(B) 356.02º 0.97% 0.85% -
XYZ 28.81 14.93 2.03 -
YUV 70.69 99.4 232.36 -
System Red Green Blue C M Y K H S L
Decimal 217 6 20 0 0.97 0.91 0.15 356.02 0.95 0.44
Hex D9 6 14 0 61 5B F 164 5F 2C
Octal 331 6 24 0 141 133 17 544 137 54
Binary 11011001 110 10100 0 1100001 1011011 1111 101100100 1011111 101100

Color Harmonies of #D90614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90614

Black with #D90614

Text Example


Text Example

White with #D90614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90614; }

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

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

background-color css

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

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

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

border-color css

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

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

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