Html Css Color HEX #D00218 Venetian Red

📋 copy color: '#D00218'

red 208 ◦ green 2 ◦ blue 24

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

Shades of Venetian Red #D00218

Tints of Venetian Red #D00218

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.85%

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

R = 88.89%
G = 0.85%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D00218 (or 0xD00218) is known color: Venetian Red. HEX triplet: D0, 02 and 18. RGB value is (208,2,24). Sum of RGB (Red+Green+Blue) = 208+2+24=234 (30% of max value = 765). Red value is 208 (81.64% from 255 or 88.89% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 24 (9.77% from 255 or 10.26% from 234); Max value from RGB is 208 - color contains mainly: red. Hex color #D00218 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00218 is #2FFDE7. Grayscale: #424242. Windows color (decimal): -3145192 or 1573584. OLE color: 1573584.

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

Color convert

RGB 208 2 24 -
CMYK 0 0.99 0.88 0.18
HSL 353.59º 0.98% 0.41% -
HSV(B) 353.59º 0.99% 0.82% -
XYZ 26.2 13.52 2.09 -
YUV 66.1 104.25 229.21 -
System Red Green Blue C M Y K H S L
Decimal 208 2 24 0 0.99 0.88 0.18 353.59 0.98 0.41
Hex D0 2 18 0 63 58 12 162 62 29
Octal 320 2 30 0 143 130 22 542 142 51
Binary 11010000 10 11000 0 1100011 1011000 10010 101100010 1100010 101001

Color Harmonies of #D00218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00218

Black with #D00218

Text Example


Text Example

White with #D00218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00218; }

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

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

background-color css

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

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

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

border-color css

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

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

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