Html Css Color HEX #D41236 Crimson

📋 copy color: '#D41236'

red 212 ◦ green 18 ◦ blue 54

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

Shades of Crimson #D41236

Tints of Crimson #D41236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 19.01%

R = 74.65%
G = 6.34%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#D41236 (or 0xD41236) is known color: Crimson. HEX triplet: D4, 12 and 36. RGB value is (212,18,54). Sum of RGB (Red+Green+Blue) = 212+18+54=284 (37% of max value = 765). Red value is 212 (83.20% from 255 or 74.65% from 284); Green value is 18 (7.42% from 255 or 6.34% from 284); Blue value is 54 (21.48% from 255 or 19.01% from 284); Max value from RGB is 212 - color contains mainly: red. Hex color #D41236 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41236 is #2BEDC9. Grayscale: #505050. Windows color (decimal): -2878922 or 3543764. OLE color: 3543764.

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

Color convert

RGB 212 18 54 -
CMYK 0 0.92 0.75 0.17
HSL 348.87º 0.84% 0.45% -
HSV(B) 348.87º 0.92% 0.83% -
XYZ 28.03 14.7 4.85 -
YUV 80.11 113.27 222.07 -
System Red Green Blue C M Y K H S L
Decimal 212 18 54 0 0.92 0.75 0.17 348.87 0.84 0.45
Hex D4 12 36 0 5C 4B 11 15D 54 2D
Octal 324 22 66 0 134 113 21 535 124 55
Binary 11010100 10010 110110 0 1011100 1001011 10001 101011101 1010100 101101

Color Harmonies of #D41236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41236

Black with #D41236

Text Example


Text Example

White with #D41236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41236; }

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

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

background-color css

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

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

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

border-color css

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

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

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