Html Css Color HEX #D00918 Venetian Red

📋 copy color: '#D00918'

red 208 ◦ green 9 ◦ blue 24

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

Shades of Venetian Red #D00918

Tints of Venetian Red #D00918

RGB

 RED value IS 208 (81.64% from 255) = 86.31%

 GREEN value IS 9 (3.91% from 255) = 3.73%

 BLUE value IS 24 (9.77% from 255) = 9.96%

R = 86.31%
G = 3.73%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D00918 (or 0xD00918) is known color: Venetian Red. HEX triplet: D0, 09 and 18. RGB value is (208,9,24). Sum of RGB (Red+Green+Blue) = 208+9+24=241 (31% of max value = 765). Red value is 208 (81.64% from 255 or 86.31% from 241); Green value is 9 (3.91% from 255 or 3.73% from 241); Blue value is 24 (9.77% from 255 or 9.96% from 241); Max value from RGB is 208 - color contains mainly: red. Hex color #D00918 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00918 is #2FF6E7. Grayscale: #464646. Windows color (decimal): -3143400 or 1575376. OLE color: 1575376.

HSL color Cylindrical-coordinate representation of color #D00918: hue angle of 355.48º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D00918 is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 9 24 -
CMYK 0 0.96 0.88 0.18
HSL 355.48º 0.92% 0.43% -
HSV(B) 355.48º 0.96% 0.82% -
XYZ 26.27 13.67 2.12 -
YUV 70.21 101.93 226.28 -
System Red Green Blue C M Y K H S L
Decimal 208 9 24 0 0.96 0.88 0.18 355.48 0.92 0.43
Hex D0 9 18 0 60 58 12 163 5C 2B
Octal 320 11 30 0 140 130 22 543 134 53
Binary 11010000 1001 11000 0 1100000 1011000 10010 101100011 1011100 101011

Color Harmonies of #D00918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00918

Black with #D00918

Text Example


Text Example

White with #D00918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00918; }

 p { color: rgb(208,9,24); }

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

background-color css

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

 a { background-color: rgb(208,9,24); }

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

border-color css

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

 span { border-color: rgb(208,9,24); }

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