Html Css Color HEX #D60540 Crimson

📋 copy color: '#D60540'

red 214 ◦ green 5 ◦ blue 64

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

Shades of Crimson #D60540

Tints of Crimson #D60540

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.77%

 BLUE value IS 64 (25.39% from 255) = 22.61%

R = 75.62%
G = 1.77%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D60540 (or 0xD60540) is known color: Crimson. HEX triplet: D6, 05 and 40. RGB value is (214,5,64). Sum of RGB (Red+Green+Blue) = 214+5+64=283 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.62% from 283); Green value is 5 (2.34% from 255 or 1.77% from 283); Blue value is 64 (25.39% from 255 or 22.61% from 283); Max value from RGB is 214 - color contains mainly: red. Hex color #D60540 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60540 is #29FABF. Grayscale: #4A4A4A. Windows color (decimal): -2751168 or 4195798. OLE color: 4195798.

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

Color convert

RGB 214 5 64 -
CMYK 0 0.98 0.70 0.16
HSL 343.06º 0.95% 0.43% -
HSV(B) 343.06º 0.98% 0.84% -
XYZ 28.71 14.77 6.19 -
YUV 74.22 122.24 227.7 -
System Red Green Blue C M Y K H S L
Decimal 214 5 64 0 0.98 0.70 0.16 343.06 0.95 0.43
Hex D6 5 40 0 62 46 10 157 5F 2B
Octal 326 5 100 0 142 106 20 527 137 53
Binary 11010110 101 1000000 0 1100010 1000110 10000 101010111 1011111 101011

Color Harmonies of #D60540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60540

Black with #D60540

Text Example


Text Example

White with #D60540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60540; }

 p { color: rgb(214,5,64); }

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

background-color css

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

 a { background-color: rgb(214,5,64); }

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

border-color css

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

 span { border-color: rgb(214,5,64); }

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