Html Css Color HEX #D40247 Crimson

📋 copy color: '#D40247'

red 212 ◦ green 2 ◦ blue 71

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

Shades of Crimson #D40247

Tints of Crimson #D40247

RGB

 RED value IS 212 (83.2% from 255) = 74.39%

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

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

R = 74.39%
G = 0.7%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#D40247 (or 0xD40247) is known color: Crimson. HEX triplet: D4, 02 and 47. RGB value is (212,2,71). Sum of RGB (Red+Green+Blue) = 212+2+71=285 (37% of max value = 765). Red value is 212 (83.20% from 255 or 74.39% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 71 (28.12% from 255 or 24.91% from 285); Max value from RGB is 212 - color contains mainly: red. Hex color #D40247 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40247 is #2BFDB8. Grayscale: #484848. Windows color (decimal): -2883001 or 4653780. OLE color: 4653780.

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

Color convert

RGB 212 2 71 -
CMYK 0 0.99 0.67 0.17
HSL 340.29º 0.98% 0.42% -
HSV(B) 340.29º 0.99% 0.83% -
XYZ 28.31 14.5 7.27 -
YUV 72.66 127.07 227.39 -
System Red Green Blue C M Y K H S L
Decimal 212 2 71 0 0.99 0.67 0.17 340.29 0.98 0.42
Hex D4 2 47 0 63 43 11 154 62 2A
Octal 324 2 107 0 143 103 21 524 142 52
Binary 11010100 10 1000111 0 1100011 1000011 10001 101010100 1100010 101010

Color Harmonies of #D40247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40247

Black with #D40247

Text Example


Text Example

White with #D40247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40247; }

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

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

background-color css

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

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

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

border-color css

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

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

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