Html Css Color HEX #D01949 Crimson

📋 copy color: '#D01949'

red 208 ◦ green 25 ◦ blue 73

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

Shades of Crimson #D01949

Tints of Crimson #D01949

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.17%

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

R = 67.97%
G = 8.17%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D01949 (or 0xD01949) is known color: Crimson. HEX triplet: D0, 19 and 49. RGB value is (208,25,73). Sum of RGB (Red+Green+Blue) = 208+25+73=306 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.97% from 306); Green value is 25 (10.16% from 255 or 8.17% from 306); Blue value is 73 (28.91% from 255 or 23.86% from 306); Max value from RGB is 208 - color contains mainly: red. Hex color #D01949 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01949 is #2FE6B6. Grayscale: #555555. Windows color (decimal): -3139255 or 4790736. OLE color: 4790736.

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

Color convert

RGB 208 25 73 -
CMYK 0 0.88 0.65 0.18
HSL 344.26º 0.79% 0.46% -
HSV(B) 344.26º 0.88% 0.82% -
XYZ 27.56 14.59 7.67 -
YUV 85.19 121.13 215.6 -
System Red Green Blue C M Y K H S L
Decimal 208 25 73 0 0.88 0.65 0.18 344.26 0.79 0.46
Hex D0 19 49 0 58 41 12 158 4F 2E
Octal 320 31 111 0 130 101 22 530 117 56
Binary 11010000 11001 1001001 0 1011000 1000001 10010 101011000 1001111 101110

Color Harmonies of #D01949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01949

Black with #D01949

Text Example


Text Example

White with #D01949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01949; }

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

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

background-color css

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

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

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

border-color css

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

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

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