Html Css Color HEX #D41542 Crimson

📋 copy color: '#D41542'

red 212 ◦ green 21 ◦ blue 66

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

Shades of Crimson #D41542

Tints of Crimson #D41542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.07%

R = 70.9%
G = 7.02%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D41542 (or 0xD41542) is known color: Crimson. HEX triplet: D4, 15 and 42. RGB value is (212,21,66). Sum of RGB (Red+Green+Blue) = 212+21+66=299 (39% of max value = 765). Red value is 212 (83.20% from 255 or 70.90% from 299); Green value is 21 (8.59% from 255 or 7.02% from 299); Blue value is 66 (26.17% from 255 or 22.07% from 299); Max value from RGB is 212 - color contains mainly: red. Hex color #D41542 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41542 is #2BEABD. Grayscale: #535353. Windows color (decimal): -2878142 or 4330964. OLE color: 4330964.

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

Color convert

RGB 212 21 66 -
CMYK 0 0.90 0.69 0.17
HSL 345.86º 0.82% 0.46% -
HSV(B) 345.86º 0.9% 0.83% -
XYZ 28.4 14.93 6.54 -
YUV 83.24 118.28 219.84 -
System Red Green Blue C M Y K H S L
Decimal 212 21 66 0 0.90 0.69 0.17 345.86 0.82 0.46
Hex D4 15 42 0 5A 45 11 15A 52 2E
Octal 324 25 102 0 132 105 21 532 122 56
Binary 11010100 10101 1000010 0 1011010 1000101 10001 101011010 1010010 101110

Color Harmonies of #D41542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41542

Black with #D41542

Text Example


Text Example

White with #D41542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41542; }

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

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

background-color css

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

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

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

border-color css

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

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

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