Html Css Color HEX #D60141 Crimson

📋 copy color: '#D60141'

red 214 ◦ green 1 ◦ blue 65

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

Shades of Crimson #D60141

Tints of Crimson #D60141

RGB

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

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

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

R = 76.43%
G = 0.36%
B = 23.21%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D60141 (or 0xD60141) is known color: Crimson. HEX triplet: D6, 01 and 41. RGB value is (214,1,65). Sum of RGB (Red+Green+Blue) = 214+1+65=280 (37% of max value = 765). Red value is 214 (83.98% from 255 or 76.43% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 65 (25.78% from 255 or 23.21% from 280); Max value from RGB is 214 - color contains mainly: red. Hex color #D60141 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60141 is #29FEBE. Grayscale: #474747. Windows color (decimal): -2752191 or 4260310. OLE color: 4260310.

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

Color convert

RGB 214 1 65 -
CMYK 0 1.00 0.70 0.16
HSL 341.97º 0.99% 0.42% -
HSV(B) 341.97º 1% 0.84% -
XYZ 28.7 14.7 6.33 -
YUV 71.98 124.07 229.3 -
System Red Green Blue C M Y K H S L
Decimal 214 1 65 0 1.00 0.70 0.16 341.97 0.99 0.42
Hex D6 1 41 0 64 46 10 156 63 2A
Octal 326 1 101 0 144 106 20 526 143 52
Binary 11010110 1 1000001 0 1100100 1000110 10000 101010110 1100011 101010

Color Harmonies of #D60141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60141

Black with #D60141

Text Example


Text Example

White with #D60141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60141; }

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

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

background-color css

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

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

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

border-color css

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

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

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