Html Css Color HEX #D70A2D Crimson

📋 copy color: '#D70A2D'

red 215 ◦ green 10 ◦ blue 45

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

Shades of Crimson #D70A2D

Tints of Crimson #D70A2D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.7%

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

R = 79.63%
G = 3.7%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D70A2D (or 0xD70A2D) is known color: Crimson. HEX triplet: D7, 0A and 2D. RGB value is (215,10,45). Sum of RGB (Red+Green+Blue) = 215+10+45=270 (35% of max value = 765). Red value is 215 (84.38% from 255 or 79.63% from 270); Green value is 10 (4.30% from 255 or 3.70% from 270); Blue value is 45 (17.97% from 255 or 16.67% from 270); Max value from RGB is 215 - color contains mainly: red. Hex color #D70A2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70A2D is #28F5D2. Grayscale: #4B4B4B. Windows color (decimal): -2684371 or 2951895. OLE color: 2951895.

HSL color Cylindrical-coordinate representation of color #D70A2D: hue angle of 349.76º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D70A2D is Cyan = 0, Magento = 0.95, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 10 45 -
CMYK 0 0.95 0.79 0.16
HSL 349.76º 0.91% 0.44% -
HSV(B) 349.76º 0.95% 0.84% -
XYZ 28.61 14.85 3.84 -
YUV 75.29 110.92 227.65 -
System Red Green Blue C M Y K H S L
Decimal 215 10 45 0 0.95 0.79 0.16 349.76 0.91 0.44
Hex D7 A 2D 0 5F 4F 10 15E 5B 2C
Octal 327 12 55 0 137 117 20 536 133 54
Binary 11010111 1010 101101 0 1011111 1001111 10000 101011110 1011011 101100

Color Harmonies of #D70A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70A2D

Black with #D70A2D

Text Example


Text Example

White with #D70A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70A2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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