Html Css Color HEX #D40543 Crimson

📋 copy color: '#D40543'

red 212 ◦ green 5 ◦ blue 67

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

Shades of Crimson #D40543

Tints of Crimson #D40543

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.76%

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

R = 74.65%
G = 1.76%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.17

RGB Variations

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

Color information

#D40543 (or 0xD40543) is known color: Crimson. HEX triplet: D4, 05 and 43. RGB value is (212,5,67). Sum of RGB (Red+Green+Blue) = 212+5+67=284 (37% of max value = 765). Red value is 212 (83.20% from 255 or 74.65% from 284); Green value is 5 (2.34% from 255 or 1.76% from 284); Blue value is 67 (26.56% from 255 or 23.59% from 284); Max value from RGB is 212 - color contains mainly: red. Hex color #D40543 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40543 is #2BFABC. Grayscale: #494949. Windows color (decimal): -2882237 or 4392404. OLE color: 4392404.

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

Color convert

RGB 212 5 67 -
CMYK 0 0.98 0.68 0.17
HSL 342.03º 0.95% 0.43% -
HSV(B) 342.03º 0.98% 0.83% -
XYZ 28.22 14.51 6.62 -
YUV 73.96 124.08 226.46 -
System Red Green Blue C M Y K H S L
Decimal 212 5 67 0 0.98 0.68 0.17 342.03 0.95 0.43
Hex D4 5 43 0 62 44 11 156 5F 2B
Octal 324 5 103 0 142 104 21 526 137 53
Binary 11010100 101 1000011 0 1100010 1000100 10001 101010110 1011111 101011

Color Harmonies of #D40543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40543

Black with #D40543

Text Example


Text Example

White with #D40543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40543; }

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

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

background-color css

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

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

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

border-color css

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

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

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