Html Css Color HEX #D41A43 Crimson

📋 copy color: '#D41A43'

red 212 ◦ green 26 ◦ blue 67

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

Shades of Crimson #D41A43

Tints of Crimson #D41A43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 21.97%

R = 69.51%
G = 8.52%
B = 21.97%

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

#D41A43 (or 0xD41A43) is known color: Crimson. HEX triplet: D4, 1A and 43. RGB value is (212,26,67). Sum of RGB (Red+Green+Blue) = 212+26+67=305 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.51% from 305); Green value is 26 (10.55% from 255 or 8.52% from 305); Blue value is 67 (26.56% from 255 or 21.97% from 305); Max value from RGB is 212 - color contains mainly: red. Hex color #D41A43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D41A43 is #2BE5BC. Grayscale: #565656. Windows color (decimal): -2876861 or 4397780. OLE color: 4397780.

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

Color convert

RGB 212 26 67 -
CMYK 0 0.88 0.68 0.17
HSL 346.77º 0.78% 0.47% -
HSV(B) 346.77º 0.88% 0.83% -
XYZ 28.53 15.14 6.73 -
YUV 86.29 117.12 217.67 -
System Red Green Blue C M Y K H S L
Decimal 212 26 67 0 0.88 0.68 0.17 346.77 0.78 0.47
Hex D4 1A 43 0 58 44 11 15B 4E 2F
Octal 324 32 103 0 130 104 21 533 116 57
Binary 11010100 11010 1000011 0 1011000 1000100 10001 101011011 1001110 101111

Color Harmonies of #D41A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41A43

Black with #D41A43

Text Example


Text Example

White with #D41A43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41A43; }

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

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

background-color css

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

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

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

border-color css

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

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

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