Html Css Color HEX #D60A2E Crimson

📋 copy color: '#D60A2E'

red 214 ◦ green 10 ◦ blue 46

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

Shades of Crimson #D60A2E

Tints of Crimson #D60A2E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.7%

 BLUE value IS 46 (18.36% from 255) = 17.04%

R = 79.26%
G = 3.7%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D60A2E (or 0xD60A2E) is known color: Crimson. HEX triplet: D6, 0A and 2E. RGB value is (214,10,46). Sum of RGB (Red+Green+Blue) = 214+10+46=270 (35% of max value = 765). Red value is 214 (83.98% from 255 or 79.26% from 270); Green value is 10 (4.30% from 255 or 3.70% from 270); Blue value is 46 (18.36% from 255 or 17.04% from 270); Max value from RGB is 214 - color contains mainly: red. Hex color #D60A2E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60A2E is #29F5D1. Grayscale: #4B4B4B. Windows color (decimal): -2749906 or 3017430. OLE color: 3017430.

HSL color Cylindrical-coordinate representation of color #D60A2E: hue angle of 349.41º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D60A2E is Cyan = 0, Magento = 0.95, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 10 46 -
CMYK 0 0.95 0.79 0.16
HSL 349.41º 0.91% 0.44% -
HSV(B) 349.41º 0.95% 0.84% -
XYZ 28.33 14.71 3.93 -
YUV 75.1 111.59 227.07 -
System Red Green Blue C M Y K H S L
Decimal 214 10 46 0 0.95 0.79 0.16 349.41 0.91 0.44
Hex D6 A 2E 0 5F 4F 10 15D 5B 2C
Octal 326 12 56 0 137 117 20 535 133 54
Binary 11010110 1010 101110 0 1011111 1001111 10000 101011101 1011011 101100

Color Harmonies of #D60A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60A2E

Black with #D60A2E

Text Example


Text Example

White with #D60A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60A2E; }

 p { color: rgb(214,10,46); }

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

background-color css

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

 a { background-color: rgb(214,10,46); }

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

border-color css

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

 span { border-color: rgb(214,10,46); }

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