Html Css Color HEX #D60142 Crimson

📋 copy color: '#D60142'

red 214 ◦ green 1 ◦ blue 66

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

Shades of Crimson #D60142

Tints of Crimson #D60142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23.49%

R = 76.16%
G = 0.36%
B = 23.49%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D60142 (or 0xD60142) is known color: Crimson. HEX triplet: D6, 01 and 42. RGB value is (214,1,66). Sum of RGB (Red+Green+Blue) = 214+1+66=281 (37% of max value = 765). Red value is 214 (83.98% from 255 or 76.16% from 281); Green value is 1 (0.78% from 255 or 0.36% from 281); Blue value is 66 (26.17% from 255 or 23.49% from 281); Max value from RGB is 214 - color contains mainly: red. Hex color #D60142 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60142 is #29FEBD. Grayscale: #484848. Windows color (decimal): -2752190 or 4325846. OLE color: 4325846.

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

Color convert

RGB 214 1 66 -
CMYK 0 1.00 0.69 0.16
HSL 341.69º 0.99% 0.42% -
HSV(B) 341.69º 1% 0.84% -
XYZ 28.73 14.71 6.48 -
YUV 72.1 124.57 229.21 -
System Red Green Blue C M Y K H S L
Decimal 214 1 66 0 1.00 0.69 0.16 341.69 0.99 0.42
Hex D6 1 42 0 64 45 10 156 63 2A
Octal 326 1 102 0 144 105 20 526 143 52
Binary 11010110 1 1000010 0 1100100 1000101 10000 101010110 1100011 101010

Color Harmonies of #D60142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60142

Black with #D60142

Text Example


Text Example

White with #D60142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60142; }

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

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

background-color css

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

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

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

border-color css

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

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

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