Html Css Color HEX #D03949 Brick Red

📋 copy color: '#D03949'

red 208 ◦ green 57 ◦ blue 73

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

Shades of Brick Red #D03949

Tints of Brick Red #D03949

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.86%

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

R = 61.54%
G = 16.86%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D03949 (or 0xD03949) is known color: Brick Red. HEX triplet: D0, 39 and 49. RGB value is (208,57,73). Sum of RGB (Red+Green+Blue) = 208+57+73=338 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.54% from 338); Green value is 57 (22.66% from 255 or 16.86% from 338); Blue value is 73 (28.91% from 255 or 21.60% from 338); Max value from RGB is 208 - color contains mainly: red. Hex color #D03949 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03949 is #2FC6B6. Grayscale: #686868. Windows color (decimal): -3131063 or 4798928. OLE color: 4798928.

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

Color convert

RGB 208 57 73 -
CMYK 0 0.73 0.65 0.18
HSL 353.64º 0.62% 0.52% -
HSV(B) 353.64º 0.73% 0.82% -
XYZ 28.68 16.82 8.04 -
YUV 103.97 110.53 202.2 -
System Red Green Blue C M Y K H S L
Decimal 208 57 73 0 0.73 0.65 0.18 353.64 0.62 0.52
Hex D0 39 49 0 49 41 12 162 3E 34
Octal 320 71 111 0 111 101 22 542 76 64
Binary 11010000 111001 1001001 0 1001001 1000001 10010 101100010 111110 110100

Color Harmonies of #D03949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03949

Black with #D03949

Text Example


Text Example

White with #D03949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03949; }

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

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

background-color css

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

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

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

border-color css

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

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

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