Html Css Color HEX #D70545 Crimson

📋 copy color: '#D70545'

red 215 ◦ green 5 ◦ blue 69

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

Shades of Crimson #D70545

Tints of Crimson #D70545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23.88%

R = 74.39%
G = 1.73%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D70545 (or 0xD70545) is known color: Crimson. HEX triplet: D7, 05 and 45. RGB value is (215,5,69). Sum of RGB (Red+Green+Blue) = 215+5+69=289 (38% of max value = 765). Red value is 215 (84.38% from 255 or 74.39% from 289); Green value is 5 (2.34% from 255 or 1.73% from 289); Blue value is 69 (27.34% from 255 or 23.88% from 289); Max value from RGB is 215 - color contains mainly: red. Hex color #D70545 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70545 is #28FABA. Grayscale: #4B4B4B. Windows color (decimal): -2685627 or 4523479. OLE color: 4523479.

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

Color convert

RGB 215 5 69 -
CMYK 0 0.98 0.68 0.16
HSL 341.71º 0.95% 0.43% -
HSV(B) 341.71º 0.98% 0.84% -
XYZ 29.15 14.99 6.99 -
YUV 75.09 124.57 227.8 -
System Red Green Blue C M Y K H S L
Decimal 215 5 69 0 0.98 0.68 0.16 341.71 0.95 0.43
Hex D7 5 45 0 62 44 10 156 5F 2B
Octal 327 5 105 0 142 104 20 526 137 53
Binary 11010111 101 1000101 0 1100010 1000100 10000 101010110 1011111 101011

Color Harmonies of #D70545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70545

Black with #D70545

Text Example


Text Example

White with #D70545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70545; }

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

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

background-color css

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

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

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

border-color css

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

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

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