Html Css Color HEX #D41A3A Crimson

📋 copy color: '#D41A3A'

red 212 ◦ green 26 ◦ blue 58

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

Shades of Crimson #D41A3A

Tints of Crimson #D41A3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.59%

R = 71.62%
G = 8.78%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#D41A3A (or 0xD41A3A) is known color: Crimson. HEX triplet: D4, 1A and 3A. RGB value is (212,26,58). Sum of RGB (Red+Green+Blue) = 212+26+58=296 (39% of max value = 765). Red value is 212 (83.20% from 255 or 71.62% from 296); Green value is 26 (10.55% from 255 or 8.78% from 296); Blue value is 58 (23.05% from 255 or 19.59% from 296); Max value from RGB is 212 - color contains mainly: red. Hex color #D41A3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D41A3A is #2BE5C5. Grayscale: #555555. Windows color (decimal): -2876870 or 3807956. OLE color: 3807956.

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

Color convert

RGB 212 26 58 -
CMYK 0 0.88 0.73 0.17
HSL 349.68º 0.78% 0.47% -
HSV(B) 349.68º 0.88% 0.83% -
XYZ 28.28 15.04 5.42 -
YUV 85.26 112.62 218.4 -
System Red Green Blue C M Y K H S L
Decimal 212 26 58 0 0.88 0.73 0.17 349.68 0.78 0.47
Hex D4 1A 3A 0 58 49 11 15E 4E 2F
Octal 324 32 72 0 130 111 21 536 116 57
Binary 11010100 11010 111010 0 1011000 1001001 10001 101011110 1001110 101111

Color Harmonies of #D41A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41A3A

Black with #D41A3A

Text Example


Text Example

White with #D41A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41A3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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