Html Css Color HEX #D60F4C Crimson

📋 copy color: '#D60F4C'

red 214 ◦ green 15 ◦ blue 76

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

Shades of Crimson #D60F4C

Tints of Crimson #D60F4C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.92%

 BLUE value IS 76 (30.08% from 255) = 24.92%

R = 70.16%
G = 4.92%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D60F4C (or 0xD60F4C) is known color: Crimson. HEX triplet: D6, 0F and 4C. RGB value is (214,15,76). Sum of RGB (Red+Green+Blue) = 214+15+76=305 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.16% from 305); Green value is 15 (6.25% from 255 or 4.92% from 305); Blue value is 76 (30.08% from 255 or 24.92% from 305); Max value from RGB is 214 - color contains mainly: red. Hex color #D60F4C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60F4C is #29F0B3. Grayscale: #515151. Windows color (decimal): -2748596 or 4984790. OLE color: 4984790.

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

Color convert

RGB 214 15 76 -
CMYK 0 0.93 0.64 0.16
HSL 341.61º 0.87% 0.45% -
HSV(B) 341.61º 0.93% 0.84% -
XYZ 29.21 15.16 8.22 -
YUV 81.46 124.93 222.54 -
System Red Green Blue C M Y K H S L
Decimal 214 15 76 0 0.93 0.64 0.16 341.61 0.87 0.45
Hex D6 F 4C 0 5D 40 10 156 57 2D
Octal 326 17 114 0 135 100 20 526 127 55
Binary 11010110 1111 1001100 0 1011101 1000000 10000 101010110 1010111 101101

Color Harmonies of #D60F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60F4C

Black with #D60F4C

Text Example


Text Example

White with #D60F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60F4C; }

 p { color: rgb(214,15,76); }

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

background-color css

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

 a { background-color: rgb(214,15,76); }

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

border-color css

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

 span { border-color: rgb(214,15,76); }

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