Html Css Color HEX #D00247 Crimson

📋 copy color: '#D00247'

red 208 ◦ green 2 ◦ blue 71

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

Shades of Crimson #D00247

Tints of Crimson #D00247

RGB

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

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

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

R = 74.02%
G = 0.71%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D00247 (or 0xD00247) is known color: Crimson. HEX triplet: D0, 02 and 47. RGB value is (208,2,71). Sum of RGB (Red+Green+Blue) = 208+2+71=281 (37% of max value = 765). Red value is 208 (81.64% from 255 or 74.02% from 281); Green value is 2 (1.17% from 255 or 0.71% from 281); Blue value is 71 (28.12% from 255 or 25.27% from 281); Max value from RGB is 208 - color contains mainly: red. Hex color #D00247 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00247 is #2FFDB8. Grayscale: #474747. Windows color (decimal): -3145145 or 4653776. OLE color: 4653776.

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

Color convert

RGB 208 2 71 -
CMYK 0 0.99 0.66 0.18
HSL 339.9º 0.98% 0.41% -
HSV(B) 339.9º 0.99% 0.82% -
XYZ 27.17 13.91 7.21 -
YUV 71.46 127.75 225.39 -
System Red Green Blue C M Y K H S L
Decimal 208 2 71 0 0.99 0.66 0.18 339.9 0.98 0.41
Hex D0 2 47 0 63 42 12 154 62 29
Octal 320 2 107 0 143 102 22 524 142 51
Binary 11010000 10 1000111 0 1100011 1000010 10010 101010100 1100010 101001

Color Harmonies of #D00247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00247

Black with #D00247

Text Example


Text Example

White with #D00247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00247; }

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

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

background-color css

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

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

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

border-color css

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

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

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