Html Css Color HEX #D70039 Crimson

📋 copy color: '#D70039'

red 215 ◦ green 0 ◦ blue 57

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

Shades of Crimson #D70039

Tints of Crimson #D70039

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 79.04%
G = 0%
B = 20.96%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D70039 (or 0xD70039) is known color: Crimson. HEX triplet: D7, 00 and 39. RGB value is (215,0,57). Sum of RGB (Red+Green+Blue) = 215+0+57=272 (36% of max value = 765). Red value is 215 (84.38% from 255 or 79.04% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 57 (22.66% from 255 or 20.96% from 272); Max value from RGB is 215 - color contains mainly: red. Hex color #D70039 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70039 is #28FFC6. Grayscale: #464646. Windows color (decimal): -2686919 or 3735767. OLE color: 3735767.

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

Color convert

RGB 215 0 57 -
CMYK 0 1 0.73 0.16
HSL 344.09º 1% 0.42% -
HSV(B) 344.09º 1% 0.84% -
XYZ 28.76 14.74 5.2 -
YUV 70.78 120.23 230.87 -
System Red Green Blue C M Y K H S L
Decimal 215 0 57 0 1 0.73 0.16 344.09 1 0.42
Hex D7 0 39 0 64 49 10 158 64 2A
Octal 327 0 71 0 144 111 20 530 144 52
Binary 11010111 0 111001 0 1100100 1001001 10000 101011000 1100100 101010

Color Harmonies of #D70039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70039

Black with #D70039

Text Example


Text Example

White with #D70039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70039; }

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

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

background-color css

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

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

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

border-color css

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

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

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