Html Css Color HEX #D01449 Crimson

📋 copy color: '#D01449'

red 208 ◦ green 20 ◦ blue 73

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

Shades of Crimson #D01449

Tints of Crimson #D01449

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.64%

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

R = 69.1%
G = 6.64%
B = 24.25%

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

#D01449 (or 0xD01449) is known color: Crimson. HEX triplet: D0, 14 and 49. RGB value is (208,20,73). Sum of RGB (Red+Green+Blue) = 208+20+73=301 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.10% from 301); Green value is 20 (8.20% from 255 or 6.64% from 301); Blue value is 73 (28.91% from 255 or 24.25% from 301); Max value from RGB is 208 - color contains mainly: red. Hex color #D01449 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01449 is #2FEBB6. Grayscale: #525252. Windows color (decimal): -3140535 or 4789456. OLE color: 4789456.

HSL color Cylindrical-coordinate representation of color #D01449: hue angle of 343.09º 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 #D01449 is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 20 73 -
CMYK 0 0.90 0.65 0.18
HSL 343.09º 0.82% 0.45% -
HSV(B) 343.09º 0.9% 0.82% -
XYZ 27.47 14.39 7.63 -
YUV 82.25 122.78 217.69 -
System Red Green Blue C M Y K H S L
Decimal 208 20 73 0 0.90 0.65 0.18 343.09 0.82 0.45
Hex D0 14 49 0 5A 41 12 157 52 2D
Octal 320 24 111 0 132 101 22 527 122 55
Binary 11010000 10100 1001001 0 1011010 1000001 10010 101010111 1010010 101101

Color Harmonies of #D01449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01449

Black with #D01449

Text Example


Text Example

White with #D01449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01449; }

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

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

background-color css

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

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

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

border-color css

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

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

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