Html Css Color HEX #D00225 Venetian Red

📋 copy color: '#D00225'

red 208 ◦ green 2 ◦ blue 37

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

Shades of Venetian Red #D00225

Tints of Venetian Red #D00225

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.81%

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

R = 84.21%
G = 0.81%
B = 14.98%

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

#D00225 (or 0xD00225) is known color: Venetian Red. HEX triplet: D0, 02 and 25. RGB value is (208,2,37). Sum of RGB (Red+Green+Blue) = 208+2+37=247 (32% of max value = 765). Red value is 208 (81.64% from 255 or 84.21% from 247); Green value is 2 (1.17% from 255 or 0.81% from 247); Blue value is 37 (14.84% from 255 or 14.98% from 247); Max value from RGB is 208 - color contains mainly: red. Hex color #D00225 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00225 is #2FFDDA. Grayscale: #434343. Windows color (decimal): -3145179 or 2425552. OLE color: 2425552.

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

Color convert

RGB 208 2 37 -
CMYK 0 0.99 0.82 0.18
HSL 349.81º 0.98% 0.41% -
HSV(B) 349.81º 0.99% 0.82% -
XYZ 26.37 13.59 2.98 -
YUV 67.58 110.75 228.15 -
System Red Green Blue C M Y K H S L
Decimal 208 2 37 0 0.99 0.82 0.18 349.81 0.98 0.41
Hex D0 2 25 0 63 52 12 15E 62 29
Octal 320 2 45 0 143 122 22 536 142 51
Binary 11010000 10 100101 0 1100011 1010010 10010 101011110 1100010 101001

Color Harmonies of #D00225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00225

Black with #D00225

Text Example


Text Example

White with #D00225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00225; }

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

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

background-color css

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

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

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

border-color css

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

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

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