Html Css Color HEX #D70144 Crimson

📋 copy color: '#D70144'

red 215 ◦ green 1 ◦ blue 68

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

Shades of Crimson #D70144

Tints of Crimson #D70144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 23.94%

R = 75.7%
G = 0.35%
B = 23.94%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D70144 (or 0xD70144) is known color: Crimson. HEX triplet: D7, 01 and 44. RGB value is (215,1,68). Sum of RGB (Red+Green+Blue) = 215+1+68=284 (37% of max value = 765). Red value is 215 (84.38% from 255 or 75.70% from 284); Green value is 1 (0.78% from 255 or 0.35% from 284); Blue value is 68 (26.95% from 255 or 23.94% from 284); Max value from RGB is 215 - color contains mainly: red. Hex color #D70144 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70144 is #28FEBB. Grayscale: #484848. Windows color (decimal): -2686652 or 4456919. OLE color: 4456919.

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

Color convert

RGB 215 1 68 -
CMYK 0 1.00 0.68 0.16
HSL 341.22º 0.99% 0.42% -
HSV(B) 341.22º 1% 0.84% -
XYZ 29.08 14.89 6.81 -
YUV 72.62 125.4 229.55 -
System Red Green Blue C M Y K H S L
Decimal 215 1 68 0 1.00 0.68 0.16 341.22 0.99 0.42
Hex D7 1 44 0 64 44 10 155 63 2A
Octal 327 1 104 0 144 104 20 525 143 52
Binary 11010111 1 1000100 0 1100100 1000100 10000 101010101 1100011 101010

Color Harmonies of #D70144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70144

Black with #D70144

Text Example


Text Example

White with #D70144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70144; }

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

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

background-color css

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

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

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

border-color css

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

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

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