Html Css Color HEX #D70848 Crimson

📋 copy color: '#D70848'

red 215 ◦ green 8 ◦ blue 72

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

Shades of Crimson #D70848

Tints of Crimson #D70848

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.71%

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

R = 72.88%
G = 2.71%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D70848 (or 0xD70848) is known color: Crimson. HEX triplet: D7, 08 and 48. RGB value is (215,8,72). Sum of RGB (Red+Green+Blue) = 215+8+72=295 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.88% from 295); Green value is 8 (3.52% from 255 or 2.71% from 295); Blue value is 72 (28.52% from 255 or 24.41% from 295); Max value from RGB is 215 - color contains mainly: red. Hex color #D70848 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70848 is #28F7B7. Grayscale: #4D4D4D. Windows color (decimal): -2684856 or 4720855. OLE color: 4720855.

HSL color Cylindrical-coordinate representation of color #D70848: hue angle of 341.45º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D70848 is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 8 72 -
CMYK 0 0.96 0.67 0.16
HSL 341.45º 0.93% 0.44% -
HSV(B) 341.45º 0.96% 0.84% -
XYZ 29.28 15.09 7.5 -
YUV 77.19 125.08 226.3 -
System Red Green Blue C M Y K H S L
Decimal 215 8 72 0 0.96 0.67 0.16 341.45 0.93 0.44
Hex D7 8 48 0 60 43 10 155 5D 2C
Octal 327 10 110 0 140 103 20 525 135 54
Binary 11010111 1000 1001000 0 1100000 1000011 10000 101010101 1011101 101100

Color Harmonies of #D70848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70848

Black with #D70848

Text Example


Text Example

White with #D70848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70848; }

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

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

background-color css

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

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

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

border-color css

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

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

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