Html Css Color HEX #D70D2D Crimson

📋 copy color: '#D70D2D'

red 215 ◦ green 13 ◦ blue 45

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

Shades of Crimson #D70D2D

Tints of Crimson #D70D2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.48%

R = 78.75%
G = 4.76%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D70D2D (or 0xD70D2D) is known color: Crimson. HEX triplet: D7, 0D and 2D. RGB value is (215,13,45). Sum of RGB (Red+Green+Blue) = 215+13+45=273 (36% of max value = 765). Red value is 215 (84.38% from 255 or 78.75% from 273); Green value is 13 (5.47% from 255 or 4.76% from 273); Blue value is 45 (17.97% from 255 or 16.48% from 273); Max value from RGB is 215 - color contains mainly: red. Hex color #D70D2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70D2D is #28F2D2. Grayscale: #4D4D4D. Windows color (decimal): -2683603 or 2952663. OLE color: 2952663.

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

Color convert

RGB 215 13 45 -
CMYK 0 0.94 0.79 0.16
HSL 350.5º 0.89% 0.45% -
HSV(B) 350.5º 0.94% 0.84% -
XYZ 28.64 14.92 3.85 -
YUV 77.05 109.92 226.4 -
System Red Green Blue C M Y K H S L
Decimal 215 13 45 0 0.94 0.79 0.16 350.5 0.89 0.45
Hex D7 D 2D 0 5E 4F 10 15E 59 2D
Octal 327 15 55 0 136 117 20 536 131 55
Binary 11010111 1101 101101 0 1011110 1001111 10000 101011110 1011001 101101

Color Harmonies of #D70D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70D2D

Black with #D70D2D

Text Example


Text Example

White with #D70D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70D2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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