Html Css Color HEX #D00524 Venetian Red

📋 copy color: '#D00524'

red 208 ◦ green 5 ◦ blue 36

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

Shades of Venetian Red #D00524

Tints of Venetian Red #D00524

RGB

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

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

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

R = 83.53%
G = 2.01%
B = 14.46%

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

#D00524 (or 0xD00524) is known color: Venetian Red. HEX triplet: D0, 05 and 24. RGB value is (208,5,36). Sum of RGB (Red+Green+Blue) = 208+5+36=249 (32% of max value = 765). Red value is 208 (81.64% from 255 or 83.53% from 249); Green value is 5 (2.34% from 255 or 2.01% from 249); Blue value is 36 (14.45% from 255 or 14.46% from 249); Max value from RGB is 208 - color contains mainly: red. Hex color #D00524 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00524 is #2FFADB. Grayscale: #454545. Windows color (decimal): -3144412 or 2360784. OLE color: 2360784.

HSL color Cylindrical-coordinate representation of color #D00524: hue angle of 350.84º degrees, saturation: 0.95, 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 #D00524 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 5 36 -
CMYK 0 0.98 0.83 0.18
HSL 350.84º 0.95% 0.42% -
HSV(B) 350.84º 0.98% 0.82% -
XYZ 26.39 13.65 2.91 -
YUV 69.23 109.25 226.98 -
System Red Green Blue C M Y K H S L
Decimal 208 5 36 0 0.98 0.83 0.18 350.84 0.95 0.42
Hex D0 5 24 0 62 53 12 15F 5F 2A
Octal 320 5 44 0 142 123 22 537 137 52
Binary 11010000 101 100100 0 1100010 1010011 10010 101011111 1011111 101010

Color Harmonies of #D00524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00524

Black with #D00524

Text Example


Text Example

White with #D00524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00524; }

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

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

background-color css

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

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

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

border-color css

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

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

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