Html Css Color HEX #D03449 Brick Red

📋 copy color: '#D03449'

red 208 ◦ green 52 ◦ blue 73

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

Shades of Brick Red #D03449

Tints of Brick Red #D03449

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.62%

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

R = 62.46%
G = 15.62%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D03449 (or 0xD03449) is known color: Brick Red. HEX triplet: D0, 34 and 49. RGB value is (208,52,73). Sum of RGB (Red+Green+Blue) = 208+52+73=333 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.46% from 333); Green value is 52 (20.70% from 255 or 15.62% from 333); Blue value is 73 (28.91% from 255 or 21.92% from 333); Max value from RGB is 208 - color contains mainly: red. Hex color #D03449 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03449 is #2FCBB6. Grayscale: #656565. Windows color (decimal): -3132343 or 4797648. OLE color: 4797648.

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

Color convert

RGB 208 52 73 -
CMYK 0 0.75 0.65 0.18
HSL 351.92º 0.62% 0.51% -
HSV(B) 351.92º 0.75% 0.82% -
XYZ 28.44 16.35 7.96 -
YUV 101.04 112.18 204.29 -
System Red Green Blue C M Y K H S L
Decimal 208 52 73 0 0.75 0.65 0.18 351.92 0.62 0.51
Hex D0 34 49 0 4B 41 12 160 3E 33
Octal 320 64 111 0 113 101 22 540 76 63
Binary 11010000 110100 1001001 0 1001011 1000001 10010 101100000 111110 110011

Color Harmonies of #D03449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03449

Black with #D03449

Text Example


Text Example

White with #D03449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03449; }

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

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

background-color css

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

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

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

border-color css

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

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

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