Html Css Color HEX #D41943 Crimson

📋 copy color: '#D41943'

red 212 ◦ green 25 ◦ blue 67

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

Shades of Crimson #D41943

Tints of Crimson #D41943

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.22%

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

R = 69.74%
G = 8.22%
B = 22.04%

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

#D41943 (or 0xD41943) is known color: Crimson. HEX triplet: D4, 19 and 43. RGB value is (212,25,67). Sum of RGB (Red+Green+Blue) = 212+25+67=304 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.74% from 304); Green value is 25 (10.16% from 255 or 8.22% from 304); Blue value is 67 (26.56% from 255 or 22.04% from 304); Max value from RGB is 212 - color contains mainly: red. Hex color #D41943 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41943 is #2BE6BC. Grayscale: #555555. Windows color (decimal): -2877117 or 4397524. OLE color: 4397524.

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

Color convert

RGB 212 25 67 -
CMYK 0 0.88 0.68 0.17
HSL 346.52º 0.79% 0.46% -
HSV(B) 346.52º 0.88% 0.83% -
XYZ 28.51 15.1 6.72 -
YUV 85.7 117.45 218.08 -
System Red Green Blue C M Y K H S L
Decimal 212 25 67 0 0.88 0.68 0.17 346.52 0.79 0.46
Hex D4 19 43 0 58 44 11 15B 4F 2E
Octal 324 31 103 0 130 104 21 533 117 56
Binary 11010100 11001 1000011 0 1011000 1000100 10001 101011011 1001111 101110

Color Harmonies of #D41943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41943

Black with #D41943

Text Example


Text Example

White with #D41943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41943; }

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

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

background-color css

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

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

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

border-color css

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

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

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