Html Css Color HEX #D41337 Crimson

📋 copy color: '#D41337'

red 212 ◦ green 19 ◦ blue 55

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

Shades of Crimson #D41337

Tints of Crimson #D41337

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.64%

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

R = 74.13%
G = 6.64%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.74

 K value IS 0.17

RGB Variations

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

Color information

#D41337 (or 0xD41337) is known color: Crimson. HEX triplet: D4, 13 and 37. RGB value is (212,19,55). Sum of RGB (Red+Green+Blue) = 212+19+55=286 (37% of max value = 765). Red value is 212 (83.20% from 255 or 74.13% from 286); Green value is 19 (7.81% from 255 or 6.64% from 286); Blue value is 55 (21.88% from 255 or 19.23% from 286); Max value from RGB is 212 - color contains mainly: red. Hex color #D41337 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41337 is #2BECC8. Grayscale: #505050. Windows color (decimal): -2878665 or 3609556. OLE color: 3609556.

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

Color convert

RGB 212 19 55 -
CMYK 0 0.91 0.74 0.17
HSL 348.81º 0.84% 0.45% -
HSV(B) 348.81º 0.91% 0.83% -
XYZ 28.07 14.74 4.98 -
YUV 80.81 113.44 221.57 -
System Red Green Blue C M Y K H S L
Decimal 212 19 55 0 0.91 0.74 0.17 348.81 0.84 0.45
Hex D4 13 37 0 5B 4A 11 15D 54 2D
Octal 324 23 67 0 133 112 21 535 124 55
Binary 11010100 10011 110111 0 1011011 1001010 10001 101011101 1010100 101101

Color Harmonies of #D41337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41337

Black with #D41337

Text Example


Text Example

White with #D41337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41337; }

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

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

background-color css

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

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

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

border-color css

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

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

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