Html Css Color HEX #D40337 Crimson

📋 copy color: '#D40337'

red 212 ◦ green 3 ◦ blue 55

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

Shades of Crimson #D40337

Tints of Crimson #D40337

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.11%

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

R = 78.52%
G = 1.11%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.17

RGB Variations

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

Color information

#D40337 (or 0xD40337) is known color: Crimson. HEX triplet: D4, 03 and 37. RGB value is (212,3,55). Sum of RGB (Red+Green+Blue) = 212+3+55=270 (35% of max value = 765). Red value is 212 (83.20% from 255 or 78.52% from 270); Green value is 3 (1.56% from 255 or 1.11% from 270); Blue value is 55 (21.88% from 255 or 20.37% from 270); Max value from RGB is 212 - color contains mainly: red. Hex color #D40337 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40337 is #2BFCC8. Grayscale: #474747. Windows color (decimal): -2882761 or 3605460. OLE color: 3605460.

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

Color convert

RGB 212 3 55 -
CMYK 0 0.99 0.74 0.17
HSL 345.07º 0.97% 0.42% -
HSV(B) 345.07º 0.99% 0.83% -
XYZ 27.87 14.34 4.91 -
YUV 71.42 118.74 228.27 -
System Red Green Blue C M Y K H S L
Decimal 212 3 55 0 0.99 0.74 0.17 345.07 0.97 0.42
Hex D4 3 37 0 63 4A 11 159 61 2A
Octal 324 3 67 0 143 112 21 531 141 52
Binary 11010100 11 110111 0 1100011 1001010 10001 101011001 1100001 101010

Color Harmonies of #D40337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40337

Black with #D40337

Text Example


Text Example

White with #D40337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40337; }

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

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

background-color css

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

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

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

border-color css

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

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

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