Html Css Color HEX #D70939 Crimson

📋 copy color: '#D70939'

red 215 ◦ green 9 ◦ blue 57

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

Shades of Crimson #D70939

Tints of Crimson #D70939

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.2%

 BLUE value IS 57 (22.66% from 255) = 20.28%

R = 76.51%
G = 3.2%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D70939 (or 0xD70939) is known color: Crimson. HEX triplet: D7, 09 and 39. RGB value is (215,9,57). Sum of RGB (Red+Green+Blue) = 215+9+57=281 (37% of max value = 765). Red value is 215 (84.38% from 255 or 76.51% from 281); Green value is 9 (3.91% from 255 or 3.20% from 281); Blue value is 57 (22.66% from 255 or 20.28% from 281); Max value from RGB is 215 - color contains mainly: red. Hex color #D70939 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70939 is #28F6C6. Grayscale: #4C4C4C. Windows color (decimal): -2684615 or 3738071. OLE color: 3738071.

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

Color convert

RGB 215 9 57 -
CMYK 0 0.96 0.73 0.16
HSL 346.02º 0.92% 0.44% -
HSV(B) 346.02º 0.96% 0.84% -
XYZ 28.86 14.94 5.23 -
YUV 76.07 117.25 227.1 -
System Red Green Blue C M Y K H S L
Decimal 215 9 57 0 0.96 0.73 0.16 346.02 0.92 0.44
Hex D7 9 39 0 60 49 10 15A 5C 2C
Octal 327 11 71 0 140 111 20 532 134 54
Binary 11010111 1001 111001 0 1100000 1001001 10000 101011010 1011100 101100

Color Harmonies of #D70939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70939

Black with #D70939

Text Example


Text Example

White with #D70939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70939; }

 p { color: rgb(215,9,57); }

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

background-color css

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

 a { background-color: rgb(215,9,57); }

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

border-color css

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

 span { border-color: rgb(215,9,57); }

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