Html Css Color HEX #D70537 Crimson

📋 copy color: '#D70537'

red 215 ◦ green 5 ◦ blue 55

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

Shades of Crimson #D70537

Tints of Crimson #D70537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 20%

R = 78.18%
G = 1.82%
B = 20%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D70537 (or 0xD70537) is known color: Crimson. HEX triplet: D7, 05 and 37. RGB value is (215,5,55). Sum of RGB (Red+Green+Blue) = 215+5+55=275 (36% of max value = 765). Red value is 215 (84.38% from 255 or 78.18% from 275); Green value is 5 (2.34% from 255 or 1.82% from 275); Blue value is 55 (21.88% from 255 or 20% from 275); Max value from RGB is 215 - color contains mainly: red. Hex color #D70537 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70537 is #28FAC8. Grayscale: #494949. Windows color (decimal): -2685641 or 3605975. OLE color: 3605975.

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

Color convert

RGB 215 5 55 -
CMYK 0 0.98 0.74 0.16
HSL 345.71º 0.95% 0.43% -
HSV(B) 345.71º 0.98% 0.84% -
XYZ 28.77 14.83 4.96 -
YUV 73.49 117.57 228.93 -
System Red Green Blue C M Y K H S L
Decimal 215 5 55 0 0.98 0.74 0.16 345.71 0.95 0.43
Hex D7 5 37 0 62 4A 10 15A 5F 2B
Octal 327 5 67 0 142 112 20 532 137 53
Binary 11010111 101 110111 0 1100010 1001010 10000 101011010 1011111 101011

Color Harmonies of #D70537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70537

Black with #D70537

Text Example


Text Example

White with #D70537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70537; }

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

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

background-color css

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

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

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

border-color css

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

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

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