Html Css Color HEX #D60447 Crimson

📋 copy color: '#D60447'

red 214 ◦ green 4 ◦ blue 71

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

Shades of Crimson #D60447

Tints of Crimson #D60447

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.38%

 BLUE value IS 71 (28.13% from 255) = 24.57%

R = 74.05%
G = 1.38%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D60447 (or 0xD60447) is known color: Crimson. HEX triplet: D6, 04 and 47. RGB value is (214,4,71). Sum of RGB (Red+Green+Blue) = 214+4+71=289 (38% of max value = 765). Red value is 214 (83.98% from 255 or 74.05% from 289); Green value is 4 (1.95% from 255 or 1.38% from 289); Blue value is 71 (28.12% from 255 or 24.57% from 289); Max value from RGB is 214 - color contains mainly: red. Hex color #D60447 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60447 is #29FBB8. Grayscale: #4A4A4A. Windows color (decimal): -2751417 or 4654294. OLE color: 4654294.

HSL color Cylindrical-coordinate representation of color #D60447: hue angle of 340.86º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D60447 is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 4 71 -
CMYK 0 0.98 0.67 0.16
HSL 340.86º 0.96% 0.43% -
HSV(B) 340.86º 0.98% 0.84% -
XYZ 28.91 14.84 7.3 -
YUV 74.43 126.07 227.55 -
System Red Green Blue C M Y K H S L
Decimal 214 4 71 0 0.98 0.67 0.16 340.86 0.96 0.43
Hex D6 4 47 0 62 43 10 155 60 2B
Octal 326 4 107 0 142 103 20 525 140 53
Binary 11010110 100 1000111 0 1100010 1000011 10000 101010101 1100000 101011

Color Harmonies of #D60447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60447

Black with #D60447

Text Example


Text Example

White with #D60447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60447; }

 p { color: rgb(214,4,71); }

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

background-color css

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

 a { background-color: rgb(214,4,71); }

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

border-color css

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

 span { border-color: rgb(214,4,71); }

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