Html Css Color HEX #D60E44 Crimson

📋 copy color: '#D60E44'

red 214 ◦ green 14 ◦ blue 68

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

Shades of Crimson #D60E44

Tints of Crimson #D60E44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.97%

R = 72.3%
G = 4.73%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D60E44 (or 0xD60E44) is known color: Crimson. HEX triplet: D6, 0E and 44. RGB value is (214,14,68). Sum of RGB (Red+Green+Blue) = 214+14+68=296 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.30% from 296); Green value is 14 (5.86% from 255 or 4.73% from 296); Blue value is 68 (26.95% from 255 or 22.97% from 296); Max value from RGB is 214 - color contains mainly: red. Hex color #D60E44 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60E44 is #29F1BB. Grayscale: #4F4F4F. Windows color (decimal): -2748860 or 4460246. OLE color: 4460246.

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

Color convert

RGB 214 14 68 -
CMYK 0 0.93 0.68 0.16
HSL 343.8º 0.88% 0.45% -
HSV(B) 343.8º 0.93% 0.84% -
XYZ 28.93 15.03 6.84 -
YUV 79.96 121.26 223.61 -
System Red Green Blue C M Y K H S L
Decimal 214 14 68 0 0.93 0.68 0.16 343.8 0.88 0.45
Hex D6 E 44 0 5D 44 10 158 58 2D
Octal 326 16 104 0 135 104 20 530 130 55
Binary 11010110 1110 1000100 0 1011101 1000100 10000 101011000 1011000 101101

Color Harmonies of #D60E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60E44

Black with #D60E44

Text Example


Text Example

White with #D60E44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60E44; }

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

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

background-color css

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

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

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

border-color css

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

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

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