Html Css Color HEX #D00523 Venetian Red

📋 copy color: '#D00523'

red 208 ◦ green 5 ◦ blue 35

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

Shades of Venetian Red #D00523

Tints of Venetian Red #D00523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 14.11%

R = 83.87%
G = 2.02%
B = 14.11%

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

#D00523 (or 0xD00523) is known color: Venetian Red. HEX triplet: D0, 05 and 23. RGB value is (208,5,35). Sum of RGB (Red+Green+Blue) = 208+5+35=248 (32% of max value = 765). Red value is 208 (81.64% from 255 or 83.87% from 248); Green value is 5 (2.34% from 255 or 2.02% from 248); Blue value is 35 (14.06% from 255 or 14.11% from 248); Max value from RGB is 208 - color contains mainly: red. Hex color #D00523 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00523 is #2FFADC. Grayscale: #454545. Windows color (decimal): -3144413 or 2295248. OLE color: 2295248.

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

Color convert

RGB 208 5 35 -
CMYK 0 0.98 0.83 0.18
HSL 351.13º 0.95% 0.42% -
HSV(B) 351.13º 0.98% 0.82% -
XYZ 26.37 13.64 2.83 -
YUV 69.12 108.75 227.06 -
System Red Green Blue C M Y K H S L
Decimal 208 5 35 0 0.98 0.83 0.18 351.13 0.95 0.42
Hex D0 5 23 0 62 53 12 15F 5F 2A
Octal 320 5 43 0 142 123 22 537 137 52
Binary 11010000 101 100011 0 1100010 1010011 10010 101011111 1011111 101010

Color Harmonies of #D00523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00523

Black with #D00523

Text Example


Text Example

White with #D00523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00523; }

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

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

background-color css

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

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

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

border-color css

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

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

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