Html Css Color HEX #D70D4B Crimson

📋 copy color: '#D70D4B'

red 215 ◦ green 13 ◦ blue 75

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

Shades of Crimson #D70D4B

Tints of Crimson #D70D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 24.75%

R = 70.96%
G = 4.29%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D70D4B (or 0xD70D4B) is known color: Crimson. HEX triplet: D7, 0D and 4B. RGB value is (215,13,75). Sum of RGB (Red+Green+Blue) = 215+13+75=303 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.96% from 303); Green value is 13 (5.47% from 255 or 4.29% from 303); Blue value is 75 (29.69% from 255 or 24.75% from 303); Max value from RGB is 215 - color contains mainly: red. Hex color #D70D4B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70D4B is #28F2B4. Grayscale: #505050. Windows color (decimal): -2683573 or 4918743. OLE color: 4918743.

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

Color convert

RGB 215 13 75 -
CMYK 0 0.94 0.65 0.16
HSL 341.58º 0.89% 0.45% -
HSV(B) 341.58º 0.94% 0.84% -
XYZ 29.44 15.24 8.05 -
YUV 80.47 124.92 223.96 -
System Red Green Blue C M Y K H S L
Decimal 215 13 75 0 0.94 0.65 0.16 341.58 0.89 0.45
Hex D7 D 4B 0 5E 41 10 156 59 2D
Octal 327 15 113 0 136 101 20 526 131 55
Binary 11010111 1101 1001011 0 1011110 1000001 10000 101010110 1011001 101101

Color Harmonies of #D70D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70D4B

Black with #D70D4B

Text Example


Text Example

White with #D70D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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