Html Css Color HEX #D80618 Venetian Red

📋 copy color: '#D80618'

red 216 ◦ green 6 ◦ blue 24

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

Shades of Venetian Red #D80618

Tints of Venetian Red #D80618

RGB

 RED value IS 216 (84.77% from 255) = 87.8%

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

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

R = 87.8%
G = 2.44%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D80618 (or 0xD80618) is known color: Venetian Red. HEX triplet: D8, 06 and 18. RGB value is (216,6,24). Sum of RGB (Red+Green+Blue) = 216+6+24=246 (32% of max value = 765). Red value is 216 (84.77% from 255 or 87.80% from 246); Green value is 6 (2.73% from 255 or 2.44% from 246); Blue value is 24 (9.77% from 255 or 9.76% from 246); Max value from RGB is 216 - color contains mainly: red. Hex color #D80618 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80618 is #27F9E7. Grayscale: #464646. Windows color (decimal): -2619880 or 1574616. OLE color: 1574616.

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

Color convert

RGB 216 6 24 -
CMYK 0 0.97 0.89 0.15
HSL 354.86º 0.95% 0.44% -
HSV(B) 354.86º 0.97% 0.85% -
XYZ 28.55 14.8 2.22 -
YUV 70.84 101.57 231.54 -
System Red Green Blue C M Y K H S L
Decimal 216 6 24 0 0.97 0.89 0.15 354.86 0.95 0.44
Hex D8 6 18 0 61 59 F 163 5F 2C
Octal 330 6 30 0 141 131 17 543 137 54
Binary 11011000 110 11000 0 1100001 1011001 1111 101100011 1011111 101100

Color Harmonies of #D80618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80618

Black with #D80618

Text Example


Text Example

White with #D80618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80618; }

 p { color: rgb(216,6,24); }

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

background-color css

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

 a { background-color: rgb(216,6,24); }

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

border-color css

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

 span { border-color: rgb(216,6,24); }

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