Html Css Color HEX #D40225 Venetian Red

📋 copy color: '#D40225'

red 212 ◦ green 2 ◦ blue 37

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

Shades of Venetian Red #D40225

Tints of Venetian Red #D40225

RGB

 RED value IS 212 (83.2% from 255) = 84.46%

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

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

R = 84.46%
G = 0.8%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#D40225 (or 0xD40225) is known color: Venetian Red. HEX triplet: D4, 02 and 25. RGB value is (212,2,37). Sum of RGB (Red+Green+Blue) = 212+2+37=251 (33% of max value = 765). Red value is 212 (83.20% from 255 or 84.46% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 37 (14.84% from 255 or 14.74% from 251); Max value from RGB is 212 - color contains mainly: red. Hex color #D40225 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40225 is #2BFDDA. Grayscale: #444444. Windows color (decimal): -2883035 or 2425556. OLE color: 2425556.

HSL color Cylindrical-coordinate representation of color #D40225: hue angle of 350º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D40225 is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 2 37 -
CMYK 0 0.99 0.83 0.17
HSL 350º 0.98% 0.42% -
HSV(B) 350º 0.99% 0.83% -
XYZ 27.51 14.17 3.04 -
YUV 68.78 110.07 230.15 -
System Red Green Blue C M Y K H S L
Decimal 212 2 37 0 0.99 0.83 0.17 350 0.98 0.42
Hex D4 2 25 0 63 53 11 15E 62 2A
Octal 324 2 45 0 143 123 21 536 142 52
Binary 11010100 10 100101 0 1100011 1010011 10001 101011110 1100010 101010

Color Harmonies of #D40225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40225

Black with #D40225

Text Example


Text Example

White with #D40225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40225; }

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

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

background-color css

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

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

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

border-color css

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

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

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