Html Css Color HEX #D40637 Crimson

📋 copy color: '#D40637'

red 212 ◦ green 6 ◦ blue 55

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

Shades of Crimson #D40637

Tints of Crimson #D40637

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.2%

 BLUE value IS 55 (21.88% from 255) = 20.15%

R = 77.66%
G = 2.2%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.17

RGB Variations

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

Color information

#D40637 (or 0xD40637) is known color: Crimson. HEX triplet: D4, 06 and 37. RGB value is (212,6,55). Sum of RGB (Red+Green+Blue) = 212+6+55=273 (36% of max value = 765). Red value is 212 (83.20% from 255 or 77.66% from 273); Green value is 6 (2.73% from 255 or 2.20% from 273); Blue value is 55 (21.88% from 255 or 20.15% from 273); Max value from RGB is 212 - color contains mainly: red. Hex color #D40637 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40637 is #2BF9C8. Grayscale: #494949. Windows color (decimal): -2881993 or 3606228. OLE color: 3606228.

HSL color Cylindrical-coordinate representation of color #D40637: hue angle of 345.73º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D40637 is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 6 55 -
CMYK 0 0.97 0.74 0.17
HSL 345.73º 0.94% 0.43% -
HSV(B) 345.73º 0.97% 0.83% -
XYZ 27.91 14.4 4.92 -
YUV 73.18 117.75 227.02 -
System Red Green Blue C M Y K H S L
Decimal 212 6 55 0 0.97 0.74 0.17 345.73 0.94 0.43
Hex D4 6 37 0 61 4A 11 15A 5E 2B
Octal 324 6 67 0 141 112 21 532 136 53
Binary 11010100 110 110111 0 1100001 1001010 10001 101011010 1011110 101011

Color Harmonies of #D40637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40637

Black with #D40637

Text Example


Text Example

White with #D40637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40637; }

 p { color: rgb(212,6,55); }

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

background-color css

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

 a { background-color: rgb(212,6,55); }

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

border-color css

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

 span { border-color: rgb(212,6,55); }

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