Html Css Color HEX #D60039 Crimson

📋 copy color: '#D60039'

red 214 ◦ green 0 ◦ blue 57

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

Shades of Crimson #D60039

Tints of Crimson #D60039

RGB

 RED value IS 214 (83.98% from 255) = 78.97%

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

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

R = 78.97%
G = 0%
B = 21.03%

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

#D60039 (or 0xD60039) is known color: Crimson. HEX triplet: D6, 00 and 39. RGB value is (214,0,57). Sum of RGB (Red+Green+Blue) = 214+0+57=271 (35% of max value = 765). Red value is 214 (83.98% from 255 or 78.97% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 57 (22.66% from 255 or 21.03% from 271); Max value from RGB is 214 - color contains mainly: red. Hex color #D60039 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60039 is #29FFC6. Grayscale: #464646. Windows color (decimal): -2752455 or 3735766. OLE color: 3735766.

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

Color convert

RGB 214 0 57 -
CMYK 0 1 0.73 0.16
HSL 344.02º 1% 0.42% -
HSV(B) 344.02º 1% 0.84% -
XYZ 28.47 14.59 5.19 -
YUV 70.48 120.4 230.37 -
System Red Green Blue C M Y K H S L
Decimal 214 0 57 0 1 0.73 0.16 344.02 1 0.42
Hex D6 0 39 0 64 49 10 158 64 2A
Octal 326 0 71 0 144 111 20 530 144 52
Binary 11010110 0 111001 0 1100100 1001001 10000 101011000 1100100 101010

Color Harmonies of #D60039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60039

Black with #D60039

Text Example


Text Example

White with #D60039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60039; }

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

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

background-color css

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

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

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

border-color css

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

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

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