Html Css Color HEX #D01549 Crimson

📋 copy color: '#D01549'

red 208 ◦ green 21 ◦ blue 73

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

Shades of Crimson #D01549

Tints of Crimson #D01549

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.95%

 BLUE value IS 73 (28.91% from 255) = 24.17%

R = 68.87%
G = 6.95%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D01549 (or 0xD01549) is known color: Crimson. HEX triplet: D0, 15 and 49. RGB value is (208,21,73). Sum of RGB (Red+Green+Blue) = 208+21+73=302 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.87% from 302); Green value is 21 (8.59% from 255 or 6.95% from 302); Blue value is 73 (28.91% from 255 or 24.17% from 302); Max value from RGB is 208 - color contains mainly: red. Hex color #D01549 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01549 is #2FEAB6. Grayscale: #525252. Windows color (decimal): -3140279 or 4789712. OLE color: 4789712.

HSL color Cylindrical-coordinate representation of color #D01549: hue angle of 343.32º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D01549 is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 21 73 -
CMYK 0 0.90 0.65 0.18
HSL 343.32º 0.82% 0.45% -
HSV(B) 343.32º 0.9% 0.82% -
XYZ 27.48 14.43 7.64 -
YUV 82.84 122.45 217.27 -
System Red Green Blue C M Y K H S L
Decimal 208 21 73 0 0.90 0.65 0.18 343.32 0.82 0.45
Hex D0 15 49 0 5A 41 12 157 52 2D
Octal 320 25 111 0 132 101 22 527 122 55
Binary 11010000 10101 1001001 0 1011010 1000001 10010 101010111 1010010 101101

Color Harmonies of #D01549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01549

Black with #D01549

Text Example


Text Example

White with #D01549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01549; }

 p { color: rgb(208,21,73); }

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

background-color css

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

 a { background-color: rgb(208,21,73); }

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

border-color css

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

 span { border-color: rgb(208,21,73); }

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