Html Css Color HEX #D60D44 Crimson

📋 copy color: '#D60D44'

red 214 ◦ green 13 ◦ blue 68

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

Shades of Crimson #D60D44

Tints of Crimson #D60D44

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.41%

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

R = 72.54%
G = 4.41%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D60D44 (or 0xD60D44) is known color: Crimson. HEX triplet: D6, 0D and 44. RGB value is (214,13,68). Sum of RGB (Red+Green+Blue) = 214+13+68=295 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.54% from 295); Green value is 13 (5.47% from 255 or 4.41% from 295); Blue value is 68 (26.95% from 255 or 23.05% from 295); Max value from RGB is 214 - color contains mainly: red. Hex color #D60D44 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60D44 is #29F2BB. Grayscale: #4F4F4F. Windows color (decimal): -2749116 or 4459990. OLE color: 4459990.

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

Color convert

RGB 214 13 68 -
CMYK 0 0.94 0.68 0.16
HSL 343.58º 0.89% 0.45% -
HSV(B) 343.58º 0.94% 0.84% -
XYZ 28.92 15 6.84 -
YUV 79.37 121.59 224.03 -
System Red Green Blue C M Y K H S L
Decimal 214 13 68 0 0.94 0.68 0.16 343.58 0.89 0.45
Hex D6 D 44 0 5E 44 10 158 59 2D
Octal 326 15 104 0 136 104 20 530 131 55
Binary 11010110 1101 1000100 0 1011110 1000100 10000 101011000 1011001 101101

Color Harmonies of #D60D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60D44

Black with #D60D44

Text Example


Text Example

White with #D60D44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60D44; }

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

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

background-color css

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

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

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

border-color css

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

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

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