Html Css Color HEX #D03748 Brick Red

📋 copy color: '#D03748'

red 208 ◦ green 55 ◦ blue 72

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

Shades of Brick Red #D03748

Tints of Brick Red #D03748

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.42%

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

R = 62.09%
G = 16.42%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D03748 (or 0xD03748) is known color: Brick Red. HEX triplet: D0, 37 and 48. RGB value is (208,55,72). Sum of RGB (Red+Green+Blue) = 208+55+72=335 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.09% from 335); Green value is 55 (21.88% from 255 or 16.42% from 335); Blue value is 72 (28.52% from 255 or 21.49% from 335); Max value from RGB is 208 - color contains mainly: red. Hex color #D03748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03748 is #2FC8B7. Grayscale: #666666. Windows color (decimal): -3131576 or 4732880. OLE color: 4732880.

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

Color convert

RGB 208 55 72 -
CMYK 0 0.74 0.65 0.18
HSL 353.33º 0.62% 0.52% -
HSV(B) 353.33º 0.74% 0.82% -
XYZ 28.55 16.61 7.83 -
YUV 102.69 110.69 203.12 -
System Red Green Blue C M Y K H S L
Decimal 208 55 72 0 0.74 0.65 0.18 353.33 0.62 0.52
Hex D0 37 48 0 4A 41 12 161 3E 34
Octal 320 67 110 0 112 101 22 541 76 64
Binary 11010000 110111 1001000 0 1001010 1000001 10010 101100001 111110 110100

Color Harmonies of #D03748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03748

Black with #D03748

Text Example


Text Example

White with #D03748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03748; }

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

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

background-color css

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

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

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

border-color css

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

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

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