Html Css Color HEX #D00513 Venetian Red

📋 copy color: '#D00513'

red 208 ◦ green 5 ◦ blue 19

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

Shades of Venetian Red #D00513

Tints of Venetian Red #D00513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.19%

R = 89.66%
G = 2.16%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D00513 (or 0xD00513) is known color: Venetian Red. HEX triplet: D0, 05 and 13. RGB value is (208,5,19). Sum of RGB (Red+Green+Blue) = 208+5+19=232 (30% of max value = 765). Red value is 208 (81.64% from 255 or 89.66% from 232); Green value is 5 (2.34% from 255 or 2.16% from 232); Blue value is 19 (7.81% from 255 or 8.19% from 232); Max value from RGB is 208 - color contains mainly: red. Hex color #D00513 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00513 is #2FFAEC. Grayscale: #434343. Windows color (decimal): -3144429 or 1246672. OLE color: 1246672.

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

Color convert

RGB 208 5 19 -
CMYK 0 0.98 0.91 0.18
HSL 355.86º 0.95% 0.42% -
HSV(B) 355.86º 0.98% 0.82% -
XYZ 26.18 13.57 1.85 -
YUV 67.29 100.75 228.36 -
System Red Green Blue C M Y K H S L
Decimal 208 5 19 0 0.98 0.91 0.18 355.86 0.95 0.42
Hex D0 5 13 0 62 5B 12 164 5F 2A
Octal 320 5 23 0 142 133 22 544 137 52
Binary 11010000 101 10011 0 1100010 1011011 10010 101100100 1011111 101010

Color Harmonies of #D00513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00513

Black with #D00513

Text Example


Text Example

White with #D00513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00513; }

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

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

background-color css

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

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

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

border-color css

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

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

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