Html Css Color HEX #D60140 Crimson

📋 copy color: '#D60140'

red 214 ◦ green 1 ◦ blue 64

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

Shades of Crimson #D60140

Tints of Crimson #D60140

RGB

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

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

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

R = 76.7%
G = 0.36%
B = 22.94%

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

#D60140 (or 0xD60140) is known color: Crimson. HEX triplet: D6, 01 and 40. RGB value is (214,1,64). Sum of RGB (Red+Green+Blue) = 214+1+64=279 (36% of max value = 765). Red value is 214 (83.98% from 255 or 76.70% from 279); Green value is 1 (0.78% from 255 or 0.36% from 279); Blue value is 64 (25.39% from 255 or 22.94% from 279); Max value from RGB is 214 - color contains mainly: red. Hex color #D60140 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60140 is #29FEBF. Grayscale: #474747. Windows color (decimal): -2752192 or 4194774. OLE color: 4194774.

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

Color convert

RGB 214 1 64 -
CMYK 0 1.00 0.70 0.16
HSL 342.25º 0.99% 0.42% -
HSV(B) 342.25º 1% 0.84% -
XYZ 28.67 14.69 6.17 -
YUV 71.87 123.57 229.38 -
System Red Green Blue C M Y K H S L
Decimal 214 1 64 0 1.00 0.70 0.16 342.25 0.99 0.42
Hex D6 1 40 0 64 46 10 156 63 2A
Octal 326 1 100 0 144 106 20 526 143 52
Binary 11010110 1 1000000 0 1100100 1000110 10000 101010110 1100011 101010

Color Harmonies of #D60140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60140

Black with #D60140

Text Example


Text Example

White with #D60140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60140; }

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

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

background-color css

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

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

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

border-color css

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

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

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