Html Css Color HEX #D70147 Crimson

📋 copy color: '#D70147'

red 215 ◦ green 1 ◦ blue 71

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

Shades of Crimson #D70147

Tints of Crimson #D70147

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

 BLUE value IS 71 (28.13% from 255) = 24.74%

R = 74.91%
G = 0.35%
B = 24.74%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D70147 (or 0xD70147) is known color: Crimson. HEX triplet: D7, 01 and 47. RGB value is (215,1,71). Sum of RGB (Red+Green+Blue) = 215+1+71=287 (38% of max value = 765). Red value is 215 (84.38% from 255 or 74.91% from 287); Green value is 1 (0.78% from 255 or 0.35% from 287); Blue value is 71 (28.12% from 255 or 24.74% from 287); Max value from RGB is 215 - color contains mainly: red. Hex color #D70147 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70147 is #28FEB8. Grayscale: #484848. Windows color (decimal): -2686649 or 4653527. OLE color: 4653527.

HSL color Cylindrical-coordinate representation of color #D70147: hue angle of 340.37º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D70147 is Cyan = 0, Magento = 1.00, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 1 71 -
CMYK 0 1.00 0.67 0.16
HSL 340.37º 0.99% 0.42% -
HSV(B) 340.37º 1% 0.84% -
XYZ 29.17 14.92 7.3 -
YUV 72.97 126.9 229.31 -
System Red Green Blue C M Y K H S L
Decimal 215 1 71 0 1.00 0.67 0.16 340.37 0.99 0.42
Hex D7 1 47 0 64 43 10 154 63 2A
Octal 327 1 107 0 144 103 20 524 143 52
Binary 11010111 1 1000111 0 1100100 1000011 10000 101010100 1100011 101010

Color Harmonies of #D70147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70147

Black with #D70147

Text Example


Text Example

White with #D70147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70147; }

 p { color: rgb(215,1,71); }

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

background-color css

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

 a { background-color: rgb(215,1,71); }

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

border-color css

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

 span { border-color: rgb(215,1,71); }

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