Html Css Color HEX #D03145 Brick Red

📋 copy color: '#D03145'

red 208 ◦ green 49 ◦ blue 69

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

Shades of Brick Red #D03145

Tints of Brick Red #D03145

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.03%

 BLUE value IS 69 (27.34% from 255) = 21.17%

R = 63.8%
G = 15.03%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D03145 (or 0xD03145) is known color: Brick Red. HEX triplet: D0, 31 and 45. RGB value is (208,49,69). Sum of RGB (Red+Green+Blue) = 208+49+69=326 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.80% from 326); Green value is 49 (19.53% from 255 or 15.03% from 326); Blue value is 69 (27.34% from 255 or 21.17% from 326); Max value from RGB is 208 - color contains mainly: red. Hex color #D03145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03145 is #2FCEBA. Grayscale: #626262. Windows color (decimal): -3133115 or 4534736. OLE color: 4534736.

HSL color Cylindrical-coordinate representation of color #D03145: hue angle of 352.45º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D03145 is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 49 69 -
CMYK 0 0.76 0.67 0.18
HSL 352.45º 0.63% 0.5% -
HSV(B) 352.45º 0.76% 0.82% -
XYZ 28.18 16.04 7.24 -
YUV 98.82 111.18 205.87 -
System Red Green Blue C M Y K H S L
Decimal 208 49 69 0 0.76 0.67 0.18 352.45 0.63 0.5
Hex D0 31 45 0 4C 43 12 160 3F 32
Octal 320 61 105 0 114 103 22 540 77 62
Binary 11010000 110001 1000101 0 1001100 1000011 10010 101100000 111111 110010

Color Harmonies of #D03145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03145

Black with #D03145

Text Example


Text Example

White with #D03145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03145; }

 p { color: rgb(208,49,69); }

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

background-color css

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

 a { background-color: rgb(208,49,69); }

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

border-color css

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

 span { border-color: rgb(208,49,69); }

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