Html Css Color HEX #D00324 Venetian Red

📋 copy color: '#D00324'

red 208 ◦ green 3 ◦ blue 36

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

Shades of Venetian Red #D00324

Tints of Venetian Red #D00324

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.21%

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

R = 84.21%
G = 1.21%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D00324 (or 0xD00324) is known color: Venetian Red. HEX triplet: D0, 03 and 24. RGB value is (208,3,36). Sum of RGB (Red+Green+Blue) = 208+3+36=247 (32% of max value = 765). Red value is 208 (81.64% from 255 or 84.21% from 247); Green value is 3 (1.56% from 255 or 1.21% from 247); Blue value is 36 (14.45% from 255 or 14.57% from 247); Max value from RGB is 208 - color contains mainly: red. Hex color #D00324 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00324 is #2FFCDB. Grayscale: #444444. Windows color (decimal): -3144924 or 2360272. OLE color: 2360272.

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

Color convert

RGB 208 3 36 -
CMYK 0 0.99 0.83 0.18
HSL 350.34º 0.97% 0.41% -
HSV(B) 350.34º 0.99% 0.82% -
XYZ 26.36 13.6 2.91 -
YUV 68.06 109.92 227.82 -
System Red Green Blue C M Y K H S L
Decimal 208 3 36 0 0.99 0.83 0.18 350.34 0.97 0.41
Hex D0 3 24 0 63 53 12 15E 61 29
Octal 320 3 44 0 143 123 22 536 141 51
Binary 11010000 11 100100 0 1100011 1010011 10010 101011110 1100001 101001

Color Harmonies of #D00324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00324

Black with #D00324

Text Example


Text Example

White with #D00324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00324; }

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

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

background-color css

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

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

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

border-color css

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

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

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