Html Css Color HEX #D60137 Crimson

📋 copy color: '#D60137'

red 214 ◦ green 1 ◦ blue 55

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

Shades of Crimson #D60137

Tints of Crimson #D60137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 20.37%

R = 79.26%
G = 0.37%
B = 20.37%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D60137 (or 0xD60137) is known color: Crimson. HEX triplet: D6, 01 and 37. RGB value is (214,1,55). Sum of RGB (Red+Green+Blue) = 214+1+55=270 (35% of max value = 765). Red value is 214 (83.98% from 255 or 79.26% from 270); Green value is 1 (0.78% from 255 or 0.37% from 270); Blue value is 55 (21.88% from 255 or 20.37% from 270); Max value from RGB is 214 - color contains mainly: red. Hex color #D60137 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60137 is #29FEC8. Grayscale: #464646. Windows color (decimal): -2752201 or 3604950. OLE color: 3604950.

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

Color convert

RGB 214 1 55 -
CMYK 0 1.00 0.74 0.16
HSL 344.79º 0.99% 0.42% -
HSV(B) 344.79º 1% 0.84% -
XYZ 28.43 14.59 4.93 -
YUV 70.84 119.07 230.11 -
System Red Green Blue C M Y K H S L
Decimal 214 1 55 0 1.00 0.74 0.16 344.79 0.99 0.42
Hex D6 1 37 0 64 4A 10 159 63 2A
Octal 326 1 67 0 144 112 20 531 143 52
Binary 11010110 1 110111 0 1100100 1001010 10000 101011001 1100011 101010

Color Harmonies of #D60137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60137

Black with #D60137

Text Example


Text Example

White with #D60137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60137; }

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

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

background-color css

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

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

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

border-color css

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

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

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