Html Css Color HEX #D70D40 Crimson

📋 copy color: '#D70D40'

red 215 ◦ green 13 ◦ blue 64

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

Shades of Crimson #D70D40

Tints of Crimson #D70D40

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.45%

 BLUE value IS 64 (25.39% from 255) = 21.92%

R = 73.63%
G = 4.45%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D70D40 (or 0xD70D40) is known color: Crimson. HEX triplet: D7, 0D and 40. RGB value is (215,13,64). Sum of RGB (Red+Green+Blue) = 215+13+64=292 (38% of max value = 765). Red value is 215 (84.38% from 255 or 73.63% from 292); Green value is 13 (5.47% from 255 or 4.45% from 292); Blue value is 64 (25.39% from 255 or 21.92% from 292); Max value from RGB is 215 - color contains mainly: red. Hex color #D70D40 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70D40 is #28F2BF. Grayscale: #4F4F4F. Windows color (decimal): -2683584 or 4197847. OLE color: 4197847.

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

Color convert

RGB 215 13 64 -
CMYK 0 0.94 0.70 0.16
HSL 344.85º 0.89% 0.45% -
HSV(B) 344.85º 0.94% 0.84% -
XYZ 29.09 15.11 6.23 -
YUV 79.21 119.42 224.85 -
System Red Green Blue C M Y K H S L
Decimal 215 13 64 0 0.94 0.70 0.16 344.85 0.89 0.45
Hex D7 D 40 0 5E 46 10 159 59 2D
Octal 327 15 100 0 136 106 20 531 131 55
Binary 11010111 1101 1000000 0 1011110 1000110 10000 101011001 1011001 101101

Color Harmonies of #D70D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70D40

Black with #D70D40

Text Example


Text Example

White with #D70D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70D40; }

 p { color: rgb(215,13,64); }

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

background-color css

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

 a { background-color: rgb(215,13,64); }

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

border-color css

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

 span { border-color: rgb(215,13,64); }

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