Html Css Color HEX #D60D43 Crimson

📋 copy color: '#D60D43'

red 214 ◦ green 13 ◦ blue 67

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

Shades of Crimson #D60D43

Tints of Crimson #D60D43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 22.79%

R = 72.79%
G = 4.42%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D60D43 (or 0xD60D43) is known color: Crimson. HEX triplet: D6, 0D and 43. RGB value is (214,13,67). Sum of RGB (Red+Green+Blue) = 214+13+67=294 (38% of max value = 765). Red value is 214 (83.98% from 255 or 72.79% from 294); Green value is 13 (5.47% from 255 or 4.42% from 294); Blue value is 67 (26.56% from 255 or 22.79% from 294); Max value from RGB is 214 - color contains mainly: red. Hex color #D60D43 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60D43 is #29F2BC. Grayscale: #4F4F4F. Windows color (decimal): -2749117 or 4394454. OLE color: 4394454.

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

Color convert

RGB 214 13 67 -
CMYK 0 0.94 0.69 0.16
HSL 343.88º 0.89% 0.45% -
HSV(B) 343.88º 0.94% 0.84% -
XYZ 28.89 14.99 6.68 -
YUV 79.26 121.09 224.11 -
System Red Green Blue C M Y K H S L
Decimal 214 13 67 0 0.94 0.69 0.16 343.88 0.89 0.45
Hex D6 D 43 0 5E 45 10 158 59 2D
Octal 326 15 103 0 136 105 20 530 131 55
Binary 11010110 1101 1000011 0 1011110 1000101 10000 101011000 1011001 101101

Color Harmonies of #D60D43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60D43

Black with #D60D43

Text Example


Text Example

White with #D60D43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60D43; }

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

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

background-color css

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

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

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

border-color css

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

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

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