Html Css Color HEX #D70548 Crimson

📋 copy color: '#D70548'

red 215 ◦ green 5 ◦ blue 72

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

Shades of Crimson #D70548

Tints of Crimson #D70548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 24.66%

R = 73.63%
G = 1.71%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D70548 (or 0xD70548) is known color: Crimson. HEX triplet: D7, 05 and 48. RGB value is (215,5,72). Sum of RGB (Red+Green+Blue) = 215+5+72=292 (38% of max value = 765). Red value is 215 (84.38% from 255 or 73.63% from 292); Green value is 5 (2.34% from 255 or 1.71% from 292); Blue value is 72 (28.52% from 255 or 24.66% from 292); Max value from RGB is 215 - color contains mainly: red. Hex color #D70548 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70548 is #28FAB7. Grayscale: #4B4B4B. Windows color (decimal): -2685624 or 4720087. OLE color: 4720087.

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

Color convert

RGB 215 5 72 -
CMYK 0 0.98 0.67 0.16
HSL 340.86º 0.95% 0.43% -
HSV(B) 340.86º 0.98% 0.84% -
XYZ 29.25 15.02 7.49 -
YUV 75.43 126.07 227.55 -
System Red Green Blue C M Y K H S L
Decimal 215 5 72 0 0.98 0.67 0.16 340.86 0.95 0.43
Hex D7 5 48 0 62 43 10 155 5F 2B
Octal 327 5 110 0 142 103 20 525 137 53
Binary 11010111 101 1001000 0 1100010 1000011 10000 101010101 1011111 101011

Color Harmonies of #D70548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70548

Black with #D70548

Text Example


Text Example

White with #D70548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70548; }

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

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

background-color css

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

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

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

border-color css

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

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

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