Html Css Color HEX #D60247 Crimson

📋 copy color: '#D60247'

red 214 ◦ green 2 ◦ blue 71

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

Shades of Crimson #D60247

Tints of Crimson #D60247

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.7%

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

R = 74.56%
G = 0.7%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D60247 (or 0xD60247) is known color: Crimson. HEX triplet: D6, 02 and 47. RGB value is (214,2,71). Sum of RGB (Red+Green+Blue) = 214+2+71=287 (38% of max value = 765). Red value is 214 (83.98% from 255 or 74.56% from 287); Green value is 2 (1.17% from 255 or 0.70% from 287); Blue value is 71 (28.12% from 255 or 24.74% from 287); Max value from RGB is 214 - color contains mainly: red. Hex color #D60247 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60247 is #29FDB8. Grayscale: #494949. Windows color (decimal): -2751929 or 4653782. OLE color: 4653782.

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

Color convert

RGB 214 2 71 -
CMYK 0 0.99 0.67 0.16
HSL 340.47º 0.98% 0.42% -
HSV(B) 340.47º 0.99% 0.84% -
XYZ 28.89 14.79 7.29 -
YUV 73.25 126.74 228.39 -
System Red Green Blue C M Y K H S L
Decimal 214 2 71 0 0.99 0.67 0.16 340.47 0.98 0.42
Hex D6 2 47 0 63 43 10 154 62 2A
Octal 326 2 107 0 143 103 20 524 142 52
Binary 11010110 10 1000111 0 1100011 1000011 10000 101010100 1100010 101010

Color Harmonies of #D60247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60247

Black with #D60247

Text Example


Text Example

White with #D60247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60247; }

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

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

background-color css

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

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

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

border-color css

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

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

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