Html Css Color HEX #D00118 Venetian Red

📋 copy color: '#D00118'

red 208 ◦ green 1 ◦ blue 24

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

Shades of Venetian Red #D00118

Tints of Venetian Red #D00118

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

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

R = 89.27%
G = 0.43%
B = 10.3%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D00118 (or 0xD00118) is known color: Venetian Red. HEX triplet: D0, 01 and 18. RGB value is (208,1,24). Sum of RGB (Red+Green+Blue) = 208+1+24=233 (30% of max value = 765). Red value is 208 (81.64% from 255 or 89.27% from 233); Green value is 1 (0.78% from 255 or 0.43% from 233); Blue value is 24 (9.77% from 255 or 10.30% from 233); Max value from RGB is 208 - color contains mainly: red. Hex color #D00118 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00118 is #2FFEE7. Grayscale: #414141. Windows color (decimal): -3145448 or 1573328. OLE color: 1573328.

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

Color convert

RGB 208 1 24 -
CMYK 0 1.00 0.88 0.18
HSL 353.33º 0.99% 0.41% -
HSV(B) 353.33º 1% 0.82% -
XYZ 26.19 13.5 2.09 -
YUV 65.52 104.58 229.63 -
System Red Green Blue C M Y K H S L
Decimal 208 1 24 0 1.00 0.88 0.18 353.33 0.99 0.41
Hex D0 1 18 0 64 58 12 161 63 29
Octal 320 1 30 0 144 130 22 541 143 51
Binary 11010000 1 11000 0 1100100 1011000 10010 101100001 1100011 101001

Color Harmonies of #D00118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00118

Black with #D00118

Text Example


Text Example

White with #D00118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00118; }

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

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

background-color css

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

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

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

border-color css

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

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

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