Html Css Color HEX #D01247 Crimson

📋 copy color: '#D01247'

red 208 ◦ green 18 ◦ blue 71

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

Shades of Crimson #D01247

Tints of Crimson #D01247

RGB

 RED value IS 208 (81.64% from 255) = 70.03%

 GREEN value IS 18 (7.42% from 255) = 6.06%

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

R = 70.03%
G = 6.06%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D01247 (or 0xD01247) is known color: Crimson. HEX triplet: D0, 12 and 47. RGB value is (208,18,71). Sum of RGB (Red+Green+Blue) = 208+18+71=297 (39% of max value = 765). Red value is 208 (81.64% from 255 or 70.03% from 297); Green value is 18 (7.42% from 255 or 6.06% from 297); Blue value is 71 (28.12% from 255 or 23.91% from 297); Max value from RGB is 208 - color contains mainly: red. Hex color #D01247 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01247 is #2FEDB8. Grayscale: #505050. Windows color (decimal): -3141049 or 4657872. OLE color: 4657872.

HSL color Cylindrical-coordinate representation of color #D01247: hue angle of 343.26º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D01247 is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 18 71 -
CMYK 0 0.91 0.66 0.18
HSL 343.26º 0.84% 0.44% -
HSV(B) 343.26º 0.91% 0.82% -
XYZ 27.37 14.3 7.28 -
YUV 80.85 122.45 218.69 -
System Red Green Blue C M Y K H S L
Decimal 208 18 71 0 0.91 0.66 0.18 343.26 0.84 0.44
Hex D0 12 47 0 5B 42 12 157 54 2C
Octal 320 22 107 0 133 102 22 527 124 54
Binary 11010000 10010 1000111 0 1011011 1000010 10010 101010111 1010100 101100

Color Harmonies of #D01247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01247

Black with #D01247

Text Example


Text Example

White with #D01247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01247; }

 p { color: rgb(208,18,71); }

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

background-color css

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

 a { background-color: rgb(208,18,71); }

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

border-color css

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

 span { border-color: rgb(208,18,71); }

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