Html Css Color HEX #D00325 Venetian Red

📋 copy color: '#D00325'

red 208 ◦ green 3 ◦ blue 37

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

Shades of Venetian Red #D00325

Tints of Venetian Red #D00325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.92%

R = 83.87%
G = 1.21%
B = 14.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D00325 (or 0xD00325) is known color: Venetian Red. HEX triplet: D0, 03 and 25. RGB value is (208,3,37). Sum of RGB (Red+Green+Blue) = 208+3+37=248 (32% of max value = 765). Red value is 208 (81.64% from 255 or 83.87% from 248); Green value is 3 (1.56% from 255 or 1.21% from 248); Blue value is 37 (14.84% from 255 or 14.92% from 248); Max value from RGB is 208 - color contains mainly: red. Hex color #D00325 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00325 is #2FFCDA. Grayscale: #444444. Windows color (decimal): -3144923 or 2425808. OLE color: 2425808.

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

Color convert

RGB 208 3 37 -
CMYK 0 0.99 0.82 0.18
HSL 350.05º 0.97% 0.41% -
HSV(B) 350.05º 0.99% 0.82% -
XYZ 26.38 13.61 2.99 -
YUV 68.17 110.42 227.74 -
System Red Green Blue C M Y K H S L
Decimal 208 3 37 0 0.99 0.82 0.18 350.05 0.97 0.41
Hex D0 3 25 0 63 52 12 15E 61 29
Octal 320 3 45 0 143 122 22 536 141 51
Binary 11010000 11 100101 0 1100011 1010010 10010 101011110 1100001 101001

Color Harmonies of #D00325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00325

Black with #D00325

Text Example


Text Example

White with #D00325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00325; }

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

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

background-color css

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

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

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

border-color css

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

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

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