Html Css Color HEX #D03546 Brick Red

📋 copy color: '#D03546'

red 208 ◦ green 53 ◦ blue 70

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

Shades of Brick Red #D03546

Tints of Brick Red #D03546

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.01%

 BLUE value IS 70 (27.73% from 255) = 21.15%

R = 62.84%
G = 16.01%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D03546 (or 0xD03546) is known color: Brick Red. HEX triplet: D0, 35 and 46. RGB value is (208,53,70). Sum of RGB (Red+Green+Blue) = 208+53+70=331 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.84% from 331); Green value is 53 (21.09% from 255 or 16.01% from 331); Blue value is 70 (27.73% from 255 or 21.15% from 331); Max value from RGB is 208 - color contains mainly: red. Hex color #D03546 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03546 is #2FCAB9. Grayscale: #656565. Windows color (decimal): -3132090 or 4601296. OLE color: 4601296.

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

Color convert

RGB 208 53 70 -
CMYK 0 0.75 0.66 0.18
HSL 353.42º 0.62% 0.51% -
HSV(B) 353.42º 0.75% 0.82% -
XYZ 28.39 16.4 7.46 -
YUV 101.28 110.35 204.12 -
System Red Green Blue C M Y K H S L
Decimal 208 53 70 0 0.75 0.66 0.18 353.42 0.62 0.51
Hex D0 35 46 0 4B 42 12 161 3E 33
Octal 320 65 106 0 113 102 22 541 76 63
Binary 11010000 110101 1000110 0 1001011 1000010 10010 101100001 111110 110011

Color Harmonies of #D03546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03546

Black with #D03546

Text Example


Text Example

White with #D03546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03546; }

 p { color: rgb(208,53,70); }

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

background-color css

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

 a { background-color: rgb(208,53,70); }

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

border-color css

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

 span { border-color: rgb(208,53,70); }

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