Html Css Color HEX #D40508 Venetian Red

📋 copy color: '#D40508'

red 212 ◦ green 5 ◦ blue 8

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

Shades of Venetian Red #D40508

Tints of Venetian Red #D40508

RGB

 RED value IS 212 (83.2% from 255) = 94.22%

 GREEN value IS 5 (2.34% from 255) = 2.22%

 BLUE value IS 8 (3.52% from 255) = 3.56%

R = 94.22%
G = 2.22%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.17

RGB Variations

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

Color information

#D40508 (or 0xD40508) is known color: Venetian Red. HEX triplet: D4, 05 and 08. RGB value is (212,5,8). Sum of RGB (Red+Green+Blue) = 212+5+8=225 (29% of max value = 765). Red value is 212 (83.20% from 255 or 94.22% from 225); Green value is 5 (2.34% from 255 or 2.22% from 225); Blue value is 8 (3.52% from 255 or 3.56% from 225); Max value from RGB is 212 - color contains mainly: red. Hex color #D40508 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D40508 is #2BFAF7. Grayscale: #434343. Windows color (decimal): -2882296 or 525780. OLE color: 525780.

HSL color Cylindrical-coordinate representation of color #D40508: hue angle of 359.13º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D40508 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 5 8 -
CMYK 0 0.98 0.96 0.17
HSL 359.13º 0.95% 0.43% -
HSV(B) 359.13º 0.98% 0.83% -
XYZ 27.25 14.12 1.52 -
YUV 67.24 94.58 231.26 -
System Red Green Blue C M Y K H S L
Decimal 212 5 8 0 0.98 0.96 0.17 359.13 0.95 0.43
Hex D4 5 8 0 62 60 11 167 5F 2B
Octal 324 5 10 0 142 140 21 547 137 53
Binary 11010100 101 1000 0 1100010 1100000 10001 101100111 1011111 101011

Color Harmonies of #D40508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40508

Black with #D40508

Text Example


Text Example

White with #D40508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40508; }

 p { color: rgb(212,5,8); }

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

background-color css

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

 a { background-color: rgb(212,5,8); }

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

border-color css

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

 span { border-color: rgb(212,5,8); }

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