Html Css Color HEX #D70F41 Crimson

📋 copy color: '#D70F41'

red 215 ◦ green 15 ◦ blue 65

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

Shades of Crimson #D70F41

Tints of Crimson #D70F41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.03%

R = 72.88%
G = 5.08%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D70F41 (or 0xD70F41) is known color: Crimson. HEX triplet: D7, 0F and 41. RGB value is (215,15,65). Sum of RGB (Red+Green+Blue) = 215+15+65=295 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.88% from 295); Green value is 15 (6.25% from 255 or 5.08% from 295); Blue value is 65 (25.78% from 255 or 22.03% from 295); Max value from RGB is 215 - color contains mainly: red. Hex color #D70F41 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70F41 is #28F0BE. Grayscale: #505050. Windows color (decimal): -2683071 or 4263895. OLE color: 4263895.

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

Color convert

RGB 215 15 65 -
CMYK 0 0.93 0.70 0.16
HSL 345º 0.87% 0.45% -
HSV(B) 345º 0.93% 0.84% -
XYZ 29.15 15.17 6.39 -
YUV 80.5 119.26 223.93 -
System Red Green Blue C M Y K H S L
Decimal 215 15 65 0 0.93 0.70 0.16 345 0.87 0.45
Hex D7 F 41 0 5D 46 10 159 57 2D
Octal 327 17 101 0 135 106 20 531 127 55
Binary 11010111 1111 1000001 0 1011101 1000110 10000 101011001 1010111 101101

Color Harmonies of #D70F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70F41

Black with #D70F41

Text Example


Text Example

White with #D70F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70F41; }

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

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

background-color css

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

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

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

border-color css

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

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

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