Html Css Color HEX #D50408 Venetian Red

📋 copy color: '#D50408'

red 213 ◦ green 4 ◦ blue 8

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

Shades of Venetian Red #D50408

Tints of Venetian Red #D50408

RGB

 RED value IS 213 (83.59% from 255) = 94.67%

 GREEN value IS 4 (1.95% from 255) = 1.78%

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

R = 94.67%
G = 1.78%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D50408 (or 0xD50408) is known color: Venetian Red. HEX triplet: D5, 04 and 08. RGB value is (213,4,8). Sum of RGB (Red+Green+Blue) = 213+4+8=225 (29% of max value = 765). Red value is 213 (83.59% from 255 or 94.67% from 225); Green value is 4 (1.95% from 255 or 1.78% from 225); Blue value is 8 (3.52% from 255 or 3.56% from 225); Max value from RGB is 213 - color contains mainly: red. Hex color #D50408 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50408 is #2AFBF7. Grayscale: #434343. Windows color (decimal): -2817016 or 525525. OLE color: 525525.

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

Color convert

RGB 213 4 8 -
CMYK 0 0.98 0.96 0.16
HSL 358.85º 0.96% 0.43% -
HSV(B) 358.85º 0.98% 0.84% -
XYZ 27.53 14.25 1.53 -
YUV 66.95 94.74 232.17 -
System Red Green Blue C M Y K H S L
Decimal 213 4 8 0 0.98 0.96 0.16 358.85 0.96 0.43
Hex D5 4 8 0 62 60 10 167 60 2B
Octal 325 4 10 0 142 140 20 547 140 53
Binary 11010101 100 1000 0 1100010 1100000 10000 101100111 1100000 101011

Color Harmonies of #D50408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50408

Black with #D50408

Text Example


Text Example

White with #D50408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50408; }

 p { color: rgb(213,4,8); }

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

background-color css

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

 a { background-color: rgb(213,4,8); }

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

border-color css

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

 span { border-color: rgb(213,4,8); }

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