Html Css Color HEX #D40240 Crimson

📋 copy color: '#D40240'

red 212 ◦ green 2 ◦ blue 64

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

Shades of Crimson #D40240

Tints of Crimson #D40240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.02%

R = 76.26%
G = 0.72%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#D40240 (or 0xD40240) is known color: Crimson. HEX triplet: D4, 02 and 40. RGB value is (212,2,64). Sum of RGB (Red+Green+Blue) = 212+2+64=278 (36% of max value = 765). Red value is 212 (83.20% from 255 or 76.26% from 278); Green value is 2 (1.17% from 255 or 0.72% from 278); Blue value is 64 (25.39% from 255 or 23.02% from 278); Max value from RGB is 212 - color contains mainly: red. Hex color #D40240 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40240 is #2BFDBF. Grayscale: #474747. Windows color (decimal): -2883008 or 4195028. OLE color: 4195028.

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

Color convert

RGB 212 2 64 -
CMYK 0 0.99 0.70 0.17
HSL 342.29º 0.98% 0.42% -
HSV(B) 342.29º 0.99% 0.83% -
XYZ 28.1 14.41 6.15 -
YUV 71.86 123.57 227.96 -
System Red Green Blue C M Y K H S L
Decimal 212 2 64 0 0.99 0.70 0.17 342.29 0.98 0.42
Hex D4 2 40 0 63 46 11 156 62 2A
Octal 324 2 100 0 143 106 21 526 142 52
Binary 11010100 10 1000000 0 1100011 1000110 10001 101010110 1100010 101010

Color Harmonies of #D40240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40240

Black with #D40240

Text Example


Text Example

White with #D40240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40240; }

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

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

background-color css

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

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

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

border-color css

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

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

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