Html Css Color HEX #D41A44 Crimson

📋 copy color: '#D41A44'

red 212 ◦ green 26 ◦ blue 68

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

Shades of Crimson #D41A44

Tints of Crimson #D41A44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.22%

R = 69.28%
G = 8.5%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.68

 K value IS 0.17

RGB Variations

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

Color information

#D41A44 (or 0xD41A44) is known color: Crimson. HEX triplet: D4, 1A and 44. RGB value is (212,26,68). Sum of RGB (Red+Green+Blue) = 212+26+68=306 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.28% from 306); Green value is 26 (10.55% from 255 or 8.50% from 306); Blue value is 68 (26.95% from 255 or 22.22% from 306); Max value from RGB is 212 - color contains mainly: red. Hex color #D41A44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D41A44 is #2BE5BB. Grayscale: #565656. Windows color (decimal): -2876860 or 4463316. OLE color: 4463316.

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

Color convert

RGB 212 26 68 -
CMYK 0 0.88 0.68 0.17
HSL 346.45º 0.78% 0.47% -
HSV(B) 346.45º 0.88% 0.83% -
XYZ 28.56 15.15 6.89 -
YUV 86.4 117.62 217.58 -
System Red Green Blue C M Y K H S L
Decimal 212 26 68 0 0.88 0.68 0.17 346.45 0.78 0.47
Hex D4 1A 44 0 58 44 11 15A 4E 2F
Octal 324 32 104 0 130 104 21 532 116 57
Binary 11010100 11010 1000100 0 1011000 1000100 10001 101011010 1001110 101111

Color Harmonies of #D41A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41A44

Black with #D41A44

Text Example


Text Example

White with #D41A44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41A44; }

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

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

background-color css

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

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

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

border-color css

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

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

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