Html Css Color HEX #D41237 Crimson

📋 copy color: '#D41237'

red 212 ◦ green 18 ◦ blue 55

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

Shades of Crimson #D41237

Tints of Crimson #D41237

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.32%

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

R = 74.39%
G = 6.32%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.74

 K value IS 0.17

RGB Variations

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

Color information

#D41237 (or 0xD41237) is known color: Crimson. HEX triplet: D4, 12 and 37. RGB value is (212,18,55). Sum of RGB (Red+Green+Blue) = 212+18+55=285 (37% of max value = 765). Red value is 212 (83.20% from 255 or 74.39% from 285); Green value is 18 (7.42% from 255 or 6.32% from 285); Blue value is 55 (21.88% from 255 or 19.30% from 285); Max value from RGB is 212 - color contains mainly: red. Hex color #D41237 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41237 is #2BEDC8. Grayscale: #505050. Windows color (decimal): -2878921 or 3609300. OLE color: 3609300.

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

Color convert

RGB 212 18 55 -
CMYK 0 0.92 0.74 0.17
HSL 348.56º 0.84% 0.45% -
HSV(B) 348.56º 0.92% 0.83% -
XYZ 28.06 14.71 4.97 -
YUV 80.22 113.77 221.99 -
System Red Green Blue C M Y K H S L
Decimal 212 18 55 0 0.92 0.74 0.17 348.56 0.84 0.45
Hex D4 12 37 0 5C 4A 11 15D 54 2D
Octal 324 22 67 0 134 112 21 535 124 55
Binary 11010100 10010 110111 0 1011100 1001010 10001 101011101 1010100 101101

Color Harmonies of #D41237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41237

Black with #D41237

Text Example


Text Example

White with #D41237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41237; }

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

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

background-color css

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

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

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

border-color css

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

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

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