Html Css Color HEX #D60541 Crimson

📋 copy color: '#D60541'

red 214 ◦ green 5 ◦ blue 65

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

Shades of Crimson #D60541

Tints of Crimson #D60541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.89%

R = 75.35%
G = 1.76%
B = 22.89%

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

#D60541 (or 0xD60541) is known color: Crimson. HEX triplet: D6, 05 and 41. RGB value is (214,5,65). Sum of RGB (Red+Green+Blue) = 214+5+65=284 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.35% from 284); Green value is 5 (2.34% from 255 or 1.76% from 284); Blue value is 65 (25.78% from 255 or 22.89% from 284); Max value from RGB is 214 - color contains mainly: red. Hex color #D60541 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60541 is #29FABE. Grayscale: #4A4A4A. Windows color (decimal): -2751167 or 4261334. OLE color: 4261334.

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

Color convert

RGB 214 5 65 -
CMYK 0 0.98 0.70 0.16
HSL 342.78º 0.95% 0.43% -
HSV(B) 342.78º 0.98% 0.84% -
XYZ 28.74 14.79 6.34 -
YUV 74.33 122.74 227.62 -
System Red Green Blue C M Y K H S L
Decimal 214 5 65 0 0.98 0.70 0.16 342.78 0.95 0.43
Hex D6 5 41 0 62 46 10 157 5F 2B
Octal 326 5 101 0 142 106 20 527 137 53
Binary 11010110 101 1000001 0 1100010 1000110 10000 101010111 1011111 101011

Color Harmonies of #D60541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60541

Black with #D60541

Text Example


Text Example

White with #D60541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60541; }

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

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

background-color css

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

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

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

border-color css

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

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

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