Html Css Color HEX #D41A3E Crimson

📋 copy color: '#D41A3E'

red 212 ◦ green 26 ◦ blue 62

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

Shades of Crimson #D41A3E

Tints of Crimson #D41A3E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.67%

 BLUE value IS 62 (24.61% from 255) = 20.67%

R = 70.67%
G = 8.67%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#D41A3E (or 0xD41A3E) is known color: Crimson. HEX triplet: D4, 1A and 3E. RGB value is (212,26,62). Sum of RGB (Red+Green+Blue) = 212+26+62=300 (39% of max value = 765). Red value is 212 (83.20% from 255 or 70.67% from 300); Green value is 26 (10.55% from 255 or 8.67% from 300); Blue value is 62 (24.61% from 255 or 20.67% from 300); Max value from RGB is 212 - color contains mainly: red. Hex color #D41A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D41A3E is #2BE5C1. Grayscale: #555555. Windows color (decimal): -2876866 or 4070100. OLE color: 4070100.

HSL color Cylindrical-coordinate representation of color #D41A3E: hue angle of 348.39º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D41A3E is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 26 62 -
CMYK 0 0.88 0.71 0.17
HSL 348.39º 0.78% 0.47% -
HSV(B) 348.39º 0.88% 0.83% -
XYZ 28.39 15.08 5.97 -
YUV 85.72 114.62 218.07 -
System Red Green Blue C M Y K H S L
Decimal 212 26 62 0 0.88 0.71 0.17 348.39 0.78 0.47
Hex D4 1A 3E 0 58 47 11 15C 4E 2F
Octal 324 32 76 0 130 107 21 534 116 57
Binary 11010100 11010 111110 0 1011000 1000111 10001 101011100 1001110 101111

Color Harmonies of #D41A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41A3E

Black with #D41A3E

Text Example


Text Example

White with #D41A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41A3E; }

 p { color: rgb(212,26,62); }

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

background-color css

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

 a { background-color: rgb(212,26,62); }

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

border-color css

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

 span { border-color: rgb(212,26,62); }

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