Html Css Color HEX #D00618 Venetian Red

📋 copy color: '#D00618'

red 208 ◦ green 6 ◦ blue 24

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

Shades of Venetian Red #D00618

Tints of Venetian Red #D00618

RGB

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

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

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

R = 87.39%
G = 2.52%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D00618 (or 0xD00618) is known color: Venetian Red. HEX triplet: D0, 06 and 18. RGB value is (208,6,24). Sum of RGB (Red+Green+Blue) = 208+6+24=238 (31% of max value = 765). Red value is 208 (81.64% from 255 or 87.39% from 238); Green value is 6 (2.73% from 255 or 2.52% from 238); Blue value is 24 (9.77% from 255 or 10.08% from 238); Max value from RGB is 208 - color contains mainly: red. Hex color #D00618 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00618 is #2FF9E7. Grayscale: #444444. Windows color (decimal): -3144168 or 1574608. OLE color: 1574608.

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

Color convert

RGB 208 6 24 -
CMYK 0 0.97 0.88 0.18
HSL 354.65º 0.94% 0.42% -
HSV(B) 354.65º 0.97% 0.82% -
XYZ 26.24 13.61 2.11 -
YUV 68.45 102.92 227.54 -
System Red Green Blue C M Y K H S L
Decimal 208 6 24 0 0.97 0.88 0.18 354.65 0.94 0.42
Hex D0 6 18 0 61 58 12 163 5E 2A
Octal 320 6 30 0 141 130 22 543 136 52
Binary 11010000 110 11000 0 1100001 1011000 10010 101100011 1011110 101010

Color Harmonies of #D00618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00618

Black with #D00618

Text Example


Text Example

White with #D00618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00618; }

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

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

background-color css

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

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

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

border-color css

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

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

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