Html Css Color HEX #D04048 Brick Red

📋 copy color: '#D04048'

red 208 ◦ green 64 ◦ blue 72

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

Shades of Brick Red #D04048

Tints of Brick Red #D04048

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.6%

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

R = 60.47%
G = 18.6%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D04048 (or 0xD04048) is known color: Brick Red. HEX triplet: D0, 40 and 48. RGB value is (208,64,72). Sum of RGB (Red+Green+Blue) = 208+64+72=344 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.47% from 344); Green value is 64 (25.39% from 255 or 18.60% from 344); Blue value is 72 (28.52% from 255 or 20.93% from 344); Max value from RGB is 208 - color contains mainly: red. Hex color #D04048 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04048 is #2FBFB7. Grayscale: #6C6C6C. Windows color (decimal): -3129272 or 4735184. OLE color: 4735184.

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

Color convert

RGB 208 64 72 -
CMYK 0 0.69 0.65 0.18
HSL 356.67º 0.61% 0.53% -
HSV(B) 356.67º 0.69% 0.82% -
XYZ 29.02 17.54 7.99 -
YUV 107.97 107.71 199.35 -
System Red Green Blue C M Y K H S L
Decimal 208 64 72 0 0.69 0.65 0.18 356.67 0.61 0.53
Hex D0 40 48 0 45 41 12 165 3D 35
Octal 320 100 110 0 105 101 22 545 75 65
Binary 11010000 1000000 1001000 0 1000101 1000001 10010 101100101 111101 110101

Color Harmonies of #D04048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04048

Black with #D04048

Text Example


Text Example

White with #D04048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04048; }

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

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

background-color css

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

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

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

border-color css

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

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

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