Html Css Color HEX #D60D4A Crimson

📋 copy color: '#D60D4A'

red 214 ◦ green 13 ◦ blue 74

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

Shades of Crimson #D60D4A

Tints of Crimson #D60D4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.58%

R = 71.1%
G = 4.32%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D60D4A (or 0xD60D4A) is known color: Crimson. HEX triplet: D6, 0D and 4A. RGB value is (214,13,74). Sum of RGB (Red+Green+Blue) = 214+13+74=301 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.10% from 301); Green value is 13 (5.47% from 255 or 4.32% from 301); Blue value is 74 (29.30% from 255 or 24.58% from 301); Max value from RGB is 214 - color contains mainly: red. Hex color #D60D4A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60D4A is #29F2B5. Grayscale: #505050. Windows color (decimal): -2749110 or 4853206. OLE color: 4853206.

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

Color convert

RGB 214 13 74 -
CMYK 0 0.94 0.65 0.16
HSL 341.79º 0.89% 0.45% -
HSV(B) 341.79º 0.94% 0.84% -
XYZ 29.11 15.08 7.85 -
YUV 80.05 124.59 223.54 -
System Red Green Blue C M Y K H S L
Decimal 214 13 74 0 0.94 0.65 0.16 341.79 0.89 0.45
Hex D6 D 4A 0 5E 41 10 156 59 2D
Octal 326 15 112 0 136 101 20 526 131 55
Binary 11010110 1101 1001010 0 1011110 1000001 10000 101010110 1011001 101101

Color Harmonies of #D60D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60D4A

Black with #D60D4A

Text Example


Text Example

White with #D60D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60D4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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