Html Css Color HEX #D60C38 Crimson

📋 copy color: '#D60C38'

red 214 ◦ green 12 ◦ blue 56

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

Shades of Crimson #D60C38

Tints of Crimson #D60C38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 19.86%

R = 75.89%
G = 4.26%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D60C38 (or 0xD60C38) is known color: Crimson. HEX triplet: D6, 0C and 38. RGB value is (214,12,56). Sum of RGB (Red+Green+Blue) = 214+12+56=282 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.89% from 282); Green value is 12 (5.08% from 255 or 4.26% from 282); Blue value is 56 (22.27% from 255 or 19.86% from 282); Max value from RGB is 214 - color contains mainly: red. Hex color #D60C38 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60C38 is #29F3C7. Grayscale: #4D4D4D. Windows color (decimal): -2749384 or 3673302. OLE color: 3673302.

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

Color convert

RGB 214 12 56 -
CMYK 0 0.94 0.74 0.16
HSL 346.93º 0.89% 0.44% -
HSV(B) 346.93º 0.94% 0.84% -
XYZ 28.58 14.84 5.1 -
YUV 77.41 115.92 225.42 -
System Red Green Blue C M Y K H S L
Decimal 214 12 56 0 0.94 0.74 0.16 346.93 0.89 0.44
Hex D6 C 38 0 5E 4A 10 15B 59 2C
Octal 326 14 70 0 136 112 20 533 131 54
Binary 11010110 1100 111000 0 1011110 1001010 10000 101011011 1011001 101100

Color Harmonies of #D60C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60C38

Black with #D60C38

Text Example


Text Example

White with #D60C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60C38; }

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

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

background-color css

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

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

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

border-color css

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

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

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