Html Css Color HEX #D60139 Crimson

📋 copy color: '#D60139'

red 214 ◦ green 1 ◦ blue 57

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

Shades of Crimson #D60139

Tints of Crimson #D60139

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

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

R = 78.68%
G = 0.37%
B = 20.96%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D60139 (or 0xD60139) is known color: Crimson. HEX triplet: D6, 01 and 39. RGB value is (214,1,57). Sum of RGB (Red+Green+Blue) = 214+1+57=272 (36% of max value = 765). Red value is 214 (83.98% from 255 or 78.68% from 272); Green value is 1 (0.78% from 255 or 0.37% from 272); Blue value is 57 (22.66% from 255 or 20.96% from 272); Max value from RGB is 214 - color contains mainly: red. Hex color #D60139 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60139 is #29FEC6. Grayscale: #474747. Windows color (decimal): -2752199 or 3736022. OLE color: 3736022.

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

Color convert

RGB 214 1 57 -
CMYK 0 1.00 0.73 0.16
HSL 344.23º 0.99% 0.42% -
HSV(B) 344.23º 1% 0.84% -
XYZ 28.48 14.61 5.19 -
YUV 71.07 120.07 229.95 -
System Red Green Blue C M Y K H S L
Decimal 214 1 57 0 1.00 0.73 0.16 344.23 0.99 0.42
Hex D6 1 39 0 64 49 10 158 63 2A
Octal 326 1 71 0 144 111 20 530 143 52
Binary 11010110 1 111001 0 1100100 1001001 10000 101011000 1100011 101010

Color Harmonies of #D60139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60139

Black with #D60139

Text Example


Text Example

White with #D60139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60139; }

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

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

background-color css

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

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

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

border-color css

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

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

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