Html Css Color HEX #D70E3B Crimson

📋 copy color: '#D70E3B'

red 215 ◦ green 14 ◦ blue 59

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

Shades of Crimson #D70E3B

Tints of Crimson #D70E3B

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.86%

 BLUE value IS 59 (23.44% from 255) = 20.49%

R = 74.65%
G = 4.86%
B = 20.49%

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

#D70E3B (or 0xD70E3B) is known color: Crimson. HEX triplet: D7, 0E and 3B. RGB value is (215,14,59). Sum of RGB (Red+Green+Blue) = 215+14+59=288 (38% of max value = 765). Red value is 215 (84.38% from 255 or 74.65% from 288); Green value is 14 (5.86% from 255 or 4.86% from 288); Blue value is 59 (23.44% from 255 or 20.49% from 288); Max value from RGB is 215 - color contains mainly: red. Hex color #D70E3B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70E3B is #28F1C4. Grayscale: #4F4F4F. Windows color (decimal): -2683333 or 3870423. OLE color: 3870423.

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

Color convert

RGB 215 14 59 -
CMYK 0 0.93 0.73 0.16
HSL 346.57º 0.88% 0.45% -
HSV(B) 346.57º 0.93% 0.84% -
XYZ 28.97 15.08 5.52 -
YUV 79.23 116.59 224.84 -
System Red Green Blue C M Y K H S L
Decimal 215 14 59 0 0.93 0.73 0.16 346.57 0.88 0.45
Hex D7 E 3B 0 5D 49 10 15B 58 2D
Octal 327 16 73 0 135 111 20 533 130 55
Binary 11010111 1110 111011 0 1011101 1001001 10000 101011011 1011000 101101

Color Harmonies of #D70E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70E3B

Black with #D70E3B

Text Example


Text Example

White with #D70E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70E3B; }

 p { color: rgb(215,14,59); }

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

background-color css

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

 a { background-color: rgb(215,14,59); }

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

border-color css

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

 span { border-color: rgb(215,14,59); }

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