Html Css Color HEX #D03744 Brick Red

📋 copy color: '#D03744'

red 208 ◦ green 55 ◦ blue 68

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

Shades of Brick Red #D03744

Tints of Brick Red #D03744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.54%

R = 62.84%
G = 16.62%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D03744 (or 0xD03744) is known color: Brick Red. HEX triplet: D0, 37 and 44. RGB value is (208,55,68). Sum of RGB (Red+Green+Blue) = 208+55+68=331 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.84% from 331); Green value is 55 (21.88% from 255 or 16.62% from 331); Blue value is 68 (26.95% from 255 or 20.54% from 331); Max value from RGB is 208 - color contains mainly: red. Hex color #D03744 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03744 is #2FC8BB. Grayscale: #666666. Windows color (decimal): -3131580 or 4470736. OLE color: 4470736.

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

Color convert

RGB 208 55 68 -
CMYK 0 0.74 0.67 0.18
HSL 354.9º 0.62% 0.52% -
HSV(B) 354.9º 0.74% 0.82% -
XYZ 28.42 16.56 7.17 -
YUV 102.23 108.69 203.44 -
System Red Green Blue C M Y K H S L
Decimal 208 55 68 0 0.74 0.67 0.18 354.9 0.62 0.52
Hex D0 37 44 0 4A 43 12 163 3E 34
Octal 320 67 104 0 112 103 22 543 76 64
Binary 11010000 110111 1000100 0 1001010 1000011 10010 101100011 111110 110100

Color Harmonies of #D03744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03744

Black with #D03744

Text Example


Text Example

White with #D03744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03744; }

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

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

background-color css

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

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

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

border-color css

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

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

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