Html Css Color HEX #D70540 Crimson

📋 copy color: '#D70540'

red 215 ◦ green 5 ◦ blue 64

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

Shades of Crimson #D70540

Tints of Crimson #D70540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 22.54%

R = 75.7%
G = 1.76%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D70540 (or 0xD70540) is known color: Crimson. HEX triplet: D7, 05 and 40. RGB value is (215,5,64). Sum of RGB (Red+Green+Blue) = 215+5+64=284 (37% of max value = 765). Red value is 215 (84.38% from 255 or 75.70% from 284); Green value is 5 (2.34% from 255 or 1.76% from 284); Blue value is 64 (25.39% from 255 or 22.54% from 284); Max value from RGB is 215 - color contains mainly: red. Hex color #D70540 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70540 is #28FABF. Grayscale: #4A4A4A. Windows color (decimal): -2685632 or 4195799. OLE color: 4195799.

HSL color Cylindrical-coordinate representation of color #D70540: hue angle of 343.14º 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 #D70540 is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 5 64 -
CMYK 0 0.98 0.70 0.16
HSL 343.14º 0.95% 0.43% -
HSV(B) 343.14º 0.98% 0.84% -
XYZ 29 14.93 6.2 -
YUV 74.52 122.07 228.2 -
System Red Green Blue C M Y K H S L
Decimal 215 5 64 0 0.98 0.70 0.16 343.14 0.95 0.43
Hex D7 5 40 0 62 46 10 157 5F 2B
Octal 327 5 100 0 142 106 20 527 137 53
Binary 11010111 101 1000000 0 1100010 1000110 10000 101010111 1011111 101011

Color Harmonies of #D70540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70540

Black with #D70540

Text Example


Text Example

White with #D70540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70540; }

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

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

background-color css

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

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

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

border-color css

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

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

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