Html Css Color HEX #D60E43 Crimson

📋 copy color: '#D60E43'

red 214 ◦ green 14 ◦ blue 67

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

Shades of Crimson #D60E43

Tints of Crimson #D60E43

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.75%

 BLUE value IS 67 (26.56% from 255) = 22.71%

R = 72.54%
G = 4.75%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D60E43 (or 0xD60E43) is known color: Crimson. HEX triplet: D6, 0E and 43. RGB value is (214,14,67). Sum of RGB (Red+Green+Blue) = 214+14+67=295 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.54% from 295); Green value is 14 (5.86% from 255 or 4.75% from 295); Blue value is 67 (26.56% from 255 or 22.71% from 295); Max value from RGB is 214 - color contains mainly: red. Hex color #D60E43 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60E43 is #29F1BC. Grayscale: #4F4F4F. Windows color (decimal): -2748861 or 4394710. OLE color: 4394710.

HSL color Cylindrical-coordinate representation of color #D60E43: hue angle of 344.1º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D60E43 is Cyan = 0, Magento = 0.93, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 14 67 -
CMYK 0 0.93 0.69 0.16
HSL 344.1º 0.88% 0.45% -
HSV(B) 344.1º 0.93% 0.84% -
XYZ 28.9 15.02 6.69 -
YUV 79.84 120.76 223.69 -
System Red Green Blue C M Y K H S L
Decimal 214 14 67 0 0.93 0.69 0.16 344.1 0.88 0.45
Hex D6 E 43 0 5D 45 10 158 58 2D
Octal 326 16 103 0 135 105 20 530 130 55
Binary 11010110 1110 1000011 0 1011101 1000101 10000 101011000 1011000 101101

Color Harmonies of #D60E43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60E43

Black with #D60E43

Text Example


Text Example

White with #D60E43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60E43; }

 p { color: rgb(214,14,67); }

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

background-color css

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

 a { background-color: rgb(214,14,67); }

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

border-color css

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

 span { border-color: rgb(214,14,67); }

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