Html Css Color HEX #D70F39 Crimson

📋 copy color: '#D70F39'

red 215 ◦ green 15 ◦ blue 57

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

Shades of Crimson #D70F39

Tints of Crimson #D70F39

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.23%

 BLUE value IS 57 (22.66% from 255) = 19.86%

R = 74.91%
G = 5.23%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D70F39 (or 0xD70F39) is known color: Crimson. HEX triplet: D7, 0F and 39. RGB value is (215,15,57). Sum of RGB (Red+Green+Blue) = 215+15+57=287 (38% of max value = 765). Red value is 215 (84.38% from 255 or 74.91% from 287); Green value is 15 (6.25% from 255 or 5.23% from 287); Blue value is 57 (22.66% from 255 or 19.86% from 287); Max value from RGB is 215 - color contains mainly: red. Hex color #D70F39 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70F39 is #28F0C6. Grayscale: #4F4F4F. Windows color (decimal): -2683079 or 3739607. OLE color: 3739607.

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

Color convert

RGB 215 15 57 -
CMYK 0 0.93 0.73 0.16
HSL 347.4º 0.87% 0.45% -
HSV(B) 347.4º 0.93% 0.84% -
XYZ 28.93 15.08 5.26 -
YUV 79.59 115.26 224.58 -
System Red Green Blue C M Y K H S L
Decimal 215 15 57 0 0.93 0.73 0.16 347.4 0.87 0.45
Hex D7 F 39 0 5D 49 10 15B 57 2D
Octal 327 17 71 0 135 111 20 533 127 55
Binary 11010111 1111 111001 0 1011101 1001001 10000 101011011 1010111 101101

Color Harmonies of #D70F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70F39

Black with #D70F39

Text Example


Text Example

White with #D70F39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70F39; }

 p { color: rgb(215,15,57); }

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

background-color css

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

 a { background-color: rgb(215,15,57); }

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

border-color css

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

 span { border-color: rgb(215,15,57); }

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