Html Css Color HEX #D00425 Venetian Red

📋 copy color: '#D00425'

red 208 ◦ green 4 ◦ blue 37

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

Shades of Venetian Red #D00425

Tints of Venetian Red #D00425

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.61%

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

R = 83.53%
G = 1.61%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D00425 (or 0xD00425) is known color: Venetian Red. HEX triplet: D0, 04 and 25. RGB value is (208,4,37). Sum of RGB (Red+Green+Blue) = 208+4+37=249 (32% of max value = 765). Red value is 208 (81.64% from 255 or 83.53% from 249); Green value is 4 (1.95% from 255 or 1.61% from 249); Blue value is 37 (14.84% from 255 or 14.86% from 249); Max value from RGB is 208 - color contains mainly: red. Hex color #D00425 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00425 is #2FFBDA. Grayscale: #444444. Windows color (decimal): -3144667 or 2426064. OLE color: 2426064.

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

Color convert

RGB 208 4 37 -
CMYK 0 0.98 0.82 0.18
HSL 350.29º 0.96% 0.42% -
HSV(B) 350.29º 0.98% 0.82% -
XYZ 26.39 13.63 2.99 -
YUV 68.76 110.09 227.32 -
System Red Green Blue C M Y K H S L
Decimal 208 4 37 0 0.98 0.82 0.18 350.29 0.96 0.42
Hex D0 4 25 0 62 52 12 15E 60 2A
Octal 320 4 45 0 142 122 22 536 140 52
Binary 11010000 100 100101 0 1100010 1010010 10010 101011110 1100000 101010

Color Harmonies of #D00425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00425

Black with #D00425

Text Example


Text Example

White with #D00425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00425; }

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

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

background-color css

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

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

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

border-color css

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

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

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