Html Css Color HEX #D00147 Crimson

📋 copy color: '#D00147'

red 208 ◦ green 1 ◦ blue 71

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

Shades of Crimson #D00147

Tints of Crimson #D00147

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

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

R = 74.29%
G = 0.36%
B = 25.36%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D00147 (or 0xD00147) is known color: Crimson. HEX triplet: D0, 01 and 47. RGB value is (208,1,71). Sum of RGB (Red+Green+Blue) = 208+1+71=280 (37% of max value = 765). Red value is 208 (81.64% from 255 or 74.29% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 71 (28.12% from 255 or 25.36% from 280); Max value from RGB is 208 - color contains mainly: red. Hex color #D00147 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00147 is #2FFEB8. Grayscale: #464646. Windows color (decimal): -3145401 or 4653520. OLE color: 4653520.

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

Color convert

RGB 208 1 71 -
CMYK 0 1.00 0.66 0.18
HSL 339.71º 0.99% 0.41% -
HSV(B) 339.71º 1% 0.82% -
XYZ 27.16 13.89 7.21 -
YUV 70.87 128.08 225.81 -
System Red Green Blue C M Y K H S L
Decimal 208 1 71 0 1.00 0.66 0.18 339.71 0.99 0.41
Hex D0 1 47 0 64 42 12 154 63 29
Octal 320 1 107 0 144 102 22 524 143 51
Binary 11010000 1 1000111 0 1100100 1000010 10010 101010100 1100011 101001

Color Harmonies of #D00147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00147

Black with #D00147

Text Example


Text Example

White with #D00147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00147; }

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

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

background-color css

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

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

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

border-color css

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

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

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