Html Css Color HEX #D60E2F Crimson

📋 copy color: '#D60E2F'

red 214 ◦ green 14 ◦ blue 47

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

Shades of Crimson #D60E2F

Tints of Crimson #D60E2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.09%

R = 77.82%
G = 5.09%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D60E2F (or 0xD60E2F) is known color: Crimson. HEX triplet: D6, 0E and 2F. RGB value is (214,14,47). Sum of RGB (Red+Green+Blue) = 214+14+47=275 (36% of max value = 765). Red value is 214 (83.98% from 255 or 77.82% from 275); Green value is 14 (5.86% from 255 or 5.09% from 275); Blue value is 47 (18.75% from 255 or 17.09% from 275); Max value from RGB is 214 - color contains mainly: red. Hex color #D60E2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60E2F is #29F1D0. Grayscale: #4D4D4D. Windows color (decimal): -2748881 or 3083990. OLE color: 3083990.

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

Color convert

RGB 214 14 47 -
CMYK 0 0.93 0.78 0.16
HSL 350.1º 0.88% 0.45% -
HSV(B) 350.1º 0.93% 0.84% -
XYZ 28.4 14.82 4.05 -
YUV 77.56 110.76 225.32 -
System Red Green Blue C M Y K H S L
Decimal 214 14 47 0 0.93 0.78 0.16 350.1 0.88 0.45
Hex D6 E 2F 0 5D 4E 10 15E 58 2D
Octal 326 16 57 0 135 116 20 536 130 55
Binary 11010110 1110 101111 0 1011101 1001110 10000 101011110 1011000 101101

Color Harmonies of #D60E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60E2F

Black with #D60E2F

Text Example


Text Example

White with #D60E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60E2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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