Html Css Color HEX #D60C2E Crimson

📋 copy color: '#D60C2E'

red 214 ◦ green 12 ◦ blue 46

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

Shades of Crimson #D60C2E

Tints of Crimson #D60C2E

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.41%

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

R = 78.68%
G = 4.41%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D60C2E (or 0xD60C2E) is known color: Crimson. HEX triplet: D6, 0C and 2E. RGB value is (214,12,46). Sum of RGB (Red+Green+Blue) = 214+12+46=272 (36% of max value = 765). Red value is 214 (83.98% from 255 or 78.68% from 272); Green value is 12 (5.08% from 255 or 4.41% from 272); Blue value is 46 (18.36% from 255 or 16.91% from 272); Max value from RGB is 214 - color contains mainly: red. Hex color #D60C2E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60C2E is #29F3D1. Grayscale: #4C4C4C. Windows color (decimal): -2749394 or 3017942. OLE color: 3017942.

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

Color convert

RGB 214 12 46 -
CMYK 0 0.94 0.79 0.16
HSL 349.9º 0.89% 0.44% -
HSV(B) 349.9º 0.94% 0.84% -
XYZ 28.36 14.76 3.94 -
YUV 76.27 110.92 226.24 -
System Red Green Blue C M Y K H S L
Decimal 214 12 46 0 0.94 0.79 0.16 349.9 0.89 0.44
Hex D6 C 2E 0 5E 4F 10 15E 59 2C
Octal 326 14 56 0 136 117 20 536 131 54
Binary 11010110 1100 101110 0 1011110 1001111 10000 101011110 1011001 101100

Color Harmonies of #D60C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60C2E

Black with #D60C2E

Text Example


Text Example

White with #D60C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60C2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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