Html Css Color HEX #D00418 Venetian Red

📋 copy color: '#D00418'

red 208 ◦ green 4 ◦ blue 24

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

Shades of Venetian Red #D00418

Tints of Venetian Red #D00418

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.69%

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

R = 88.14%
G = 1.69%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D00418 (or 0xD00418) is known color: Venetian Red. HEX triplet: D0, 04 and 18. RGB value is (208,4,24). Sum of RGB (Red+Green+Blue) = 208+4+24=236 (31% of max value = 765). Red value is 208 (81.64% from 255 or 88.14% from 236); Green value is 4 (1.95% from 255 or 1.69% from 236); Blue value is 24 (9.77% from 255 or 10.17% from 236); Max value from RGB is 208 - color contains mainly: red. Hex color #D00418 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00418 is #2FFBE7. Grayscale: #434343. Windows color (decimal): -3144680 or 1574096. OLE color: 1574096.

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

Color convert

RGB 208 4 24 -
CMYK 0 0.98 0.88 0.18
HSL 354.12º 0.96% 0.42% -
HSV(B) 354.12º 0.98% 0.82% -
XYZ 26.22 13.56 2.1 -
YUV 67.28 103.59 228.37 -
System Red Green Blue C M Y K H S L
Decimal 208 4 24 0 0.98 0.88 0.18 354.12 0.96 0.42
Hex D0 4 18 0 62 58 12 162 60 2A
Octal 320 4 30 0 142 130 22 542 140 52
Binary 11010000 100 11000 0 1100010 1011000 10010 101100010 1100000 101010

Color Harmonies of #D00418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00418

Black with #D00418

Text Example


Text Example

White with #D00418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00418; }

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

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

background-color css

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

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

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

border-color css

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

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

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