Html Css Color HEX #D00424 Venetian Red

📋 copy color: '#D00424'

red 208 ◦ green 4 ◦ blue 36

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

Shades of Venetian Red #D00424

Tints of Venetian Red #D00424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.52%

R = 83.87%
G = 1.61%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D00424 (or 0xD00424) is known color: Venetian Red. HEX triplet: D0, 04 and 24. RGB value is (208,4,36). Sum of RGB (Red+Green+Blue) = 208+4+36=248 (32% of max value = 765). Red value is 208 (81.64% from 255 or 83.87% from 248); Green value is 4 (1.95% from 255 or 1.61% from 248); Blue value is 36 (14.45% from 255 or 14.52% from 248); Max value from RGB is 208 - color contains mainly: red. Hex color #D00424 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00424 is #2FFBDB. Grayscale: #444444. Windows color (decimal): -3144668 or 2360528. OLE color: 2360528.

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

Color convert

RGB 208 4 36 -
CMYK 0 0.98 0.83 0.18
HSL 350.59º 0.96% 0.42% -
HSV(B) 350.59º 0.98% 0.82% -
XYZ 26.37 13.62 2.91 -
YUV 68.64 109.59 227.4 -
System Red Green Blue C M Y K H S L
Decimal 208 4 36 0 0.98 0.83 0.18 350.59 0.96 0.42
Hex D0 4 24 0 62 53 12 15F 60 2A
Octal 320 4 44 0 142 123 22 537 140 52
Binary 11010000 100 100100 0 1100010 1010011 10010 101011111 1100000 101010

Color Harmonies of #D00424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00424

Black with #D00424

Text Example


Text Example

White with #D00424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00424; }

 p { color: rgb(208,4,36); }

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

background-color css

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

 a { background-color: rgb(208,4,36); }

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

border-color css

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

 span { border-color: rgb(208,4,36); }

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