Html Css Color HEX #D60639 Crimson

📋 copy color: '#D60639'

red 214 ◦ green 6 ◦ blue 57

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

Shades of Crimson #D60639

Tints of Crimson #D60639

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.17%

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

R = 77.26%
G = 2.17%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D60639 (or 0xD60639) is known color: Crimson. HEX triplet: D6, 06 and 39. RGB value is (214,6,57). Sum of RGB (Red+Green+Blue) = 214+6+57=277 (36% of max value = 765). Red value is 214 (83.98% from 255 or 77.26% from 277); Green value is 6 (2.73% from 255 or 2.17% from 277); Blue value is 57 (22.66% from 255 or 20.58% from 277); Max value from RGB is 214 - color contains mainly: red. Hex color #D60639 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60639 is #29F9C6. Grayscale: #4A4A4A. Windows color (decimal): -2750919 or 3737302. OLE color: 3737302.

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

Color convert

RGB 214 6 57 -
CMYK 0 0.97 0.73 0.16
HSL 345.29º 0.95% 0.43% -
HSV(B) 345.29º 0.97% 0.84% -
XYZ 28.54 14.72 5.21 -
YUV 74.01 118.41 227.85 -
System Red Green Blue C M Y K H S L
Decimal 214 6 57 0 0.97 0.73 0.16 345.29 0.95 0.43
Hex D6 6 39 0 61 49 10 159 5F 2B
Octal 326 6 71 0 141 111 20 531 137 53
Binary 11010110 110 111001 0 1100001 1001001 10000 101011001 1011111 101011

Color Harmonies of #D60639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60639

Black with #D60639

Text Example


Text Example

White with #D60639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60639; }

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

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

background-color css

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

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

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

border-color css

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

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

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