Html Css Color HEX #D41535 Crimson

📋 copy color: '#D41535'

red 212 ◦ green 21 ◦ blue 53

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

Shades of Crimson #D41535

Tints of Crimson #D41535

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.34%

 BLUE value IS 53 (21.09% from 255) = 18.53%

R = 74.13%
G = 7.34%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#D41535 (or 0xD41535) is known color: Crimson. HEX triplet: D4, 15 and 35. RGB value is (212,21,53). Sum of RGB (Red+Green+Blue) = 212+21+53=286 (37% of max value = 765). Red value is 212 (83.20% from 255 or 74.13% from 286); Green value is 21 (8.59% from 255 or 7.34% from 286); Blue value is 53 (21.09% from 255 or 18.53% from 286); Max value from RGB is 212 - color contains mainly: red. Hex color #D41535 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41535 is #2BEACA. Grayscale: #515151. Windows color (decimal): -2878155 or 3478996. OLE color: 3478996.

HSL color Cylindrical-coordinate representation of color #D41535: hue angle of 349.95º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D41535 is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 21 53 -
CMYK 0 0.90 0.75 0.17
HSL 349.95º 0.82% 0.46% -
HSV(B) 349.95º 0.9% 0.83% -
XYZ 28.06 14.79 4.74 -
YUV 81.76 111.78 220.9 -
System Red Green Blue C M Y K H S L
Decimal 212 21 53 0 0.90 0.75 0.17 349.95 0.82 0.46
Hex D4 15 35 0 5A 4B 11 15E 52 2E
Octal 324 25 65 0 132 113 21 536 122 56
Binary 11010100 10101 110101 0 1011010 1001011 10001 101011110 1010010 101110

Color Harmonies of #D41535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41535

Black with #D41535

Text Example


Text Example

White with #D41535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41535; }

 p { color: rgb(212,21,53); }

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

background-color css

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

 a { background-color: rgb(212,21,53); }

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

border-color css

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

 span { border-color: rgb(212,21,53); }

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