Html Css Color HEX #D70543 Crimson

📋 copy color: '#D70543'

red 215 ◦ green 5 ◦ blue 67

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

Shades of Crimson #D70543

Tints of Crimson #D70543

RGB

 RED value IS 215 (84.38% from 255) = 74.91%

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

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

R = 74.91%
G = 1.74%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D70543 (or 0xD70543) is known color: Crimson. HEX triplet: D7, 05 and 43. RGB value is (215,5,67). Sum of RGB (Red+Green+Blue) = 215+5+67=287 (38% of max value = 765). Red value is 215 (84.38% from 255 or 74.91% from 287); Green value is 5 (2.34% from 255 or 1.74% from 287); Blue value is 67 (26.56% from 255 or 23.34% from 287); Max value from RGB is 215 - color contains mainly: red. Hex color #D70543 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70543 is #28FABC. Grayscale: #4A4A4A. Windows color (decimal): -2685629 or 4392407. OLE color: 4392407.

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

Color convert

RGB 215 5 67 -
CMYK 0 0.98 0.69 0.16
HSL 342.29º 0.95% 0.43% -
HSV(B) 342.29º 0.98% 0.84% -
XYZ 29.09 14.96 6.66 -
YUV 74.86 123.57 227.96 -
System Red Green Blue C M Y K H S L
Decimal 215 5 67 0 0.98 0.69 0.16 342.29 0.95 0.43
Hex D7 5 43 0 62 45 10 156 5F 2B
Octal 327 5 103 0 142 105 20 526 137 53
Binary 11010111 101 1000011 0 1100010 1000101 10000 101010110 1011111 101011

Color Harmonies of #D70543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70543

Black with #D70543

Text Example


Text Example

White with #D70543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70543; }

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

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

background-color css

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

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

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

border-color css

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

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

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