Html Css Color HEX #D03148 Brick Red

📋 copy color: '#D03148'

red 208 ◦ green 49 ◦ blue 72

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

Shades of Brick Red #D03148

Tints of Brick Red #D03148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.88%

R = 63.22%
G = 14.89%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D03148 (or 0xD03148) is known color: Brick Red. HEX triplet: D0, 31 and 48. RGB value is (208,49,72). Sum of RGB (Red+Green+Blue) = 208+49+72=329 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.22% from 329); Green value is 49 (19.53% from 255 or 14.89% from 329); Blue value is 72 (28.52% from 255 or 21.88% from 329); Max value from RGB is 208 - color contains mainly: red. Hex color #D03148 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03148 is #2FCEB7. Grayscale: #636363. Windows color (decimal): -3133112 or 4731344. OLE color: 4731344.

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

Color convert

RGB 208 49 72 -
CMYK 0 0.76 0.65 0.18
HSL 351.32º 0.63% 0.5% -
HSV(B) 351.32º 0.76% 0.82% -
XYZ 28.28 16.07 7.74 -
YUV 99.16 112.68 205.63 -
System Red Green Blue C M Y K H S L
Decimal 208 49 72 0 0.76 0.65 0.18 351.32 0.63 0.5
Hex D0 31 48 0 4C 41 12 15F 3F 32
Octal 320 61 110 0 114 101 22 537 77 62
Binary 11010000 110001 1001000 0 1001100 1000001 10010 101011111 111111 110010

Color Harmonies of #D03148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03148

Black with #D03148

Text Example


Text Example

White with #D03148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03148; }

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

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

background-color css

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

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

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

border-color css

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

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

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