Html Css Color HEX #D03947 Brick Red

📋 copy color: '#D03947'

red 208 ◦ green 57 ◦ blue 71

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

Shades of Brick Red #D03947

Tints of Brick Red #D03947

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.96%

 BLUE value IS 71 (28.13% from 255) = 21.13%

R = 61.9%
G = 16.96%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D03947 (or 0xD03947) is known color: Brick Red. HEX triplet: D0, 39 and 47. RGB value is (208,57,71). Sum of RGB (Red+Green+Blue) = 208+57+71=336 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.90% from 336); Green value is 57 (22.66% from 255 or 16.96% from 336); Blue value is 71 (28.12% from 255 or 21.13% from 336); Max value from RGB is 208 - color contains mainly: red. Hex color #D03947 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03947 is #2FC6B8. Grayscale: #676767. Windows color (decimal): -3131065 or 4667856. OLE color: 4667856.

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

Color convert

RGB 208 57 71 -
CMYK 0 0.73 0.66 0.18
HSL 354.44º 0.62% 0.52% -
HSV(B) 354.44º 0.73% 0.82% -
XYZ 28.61 16.79 7.69 -
YUV 103.75 109.53 202.36 -
System Red Green Blue C M Y K H S L
Decimal 208 57 71 0 0.73 0.66 0.18 354.44 0.62 0.52
Hex D0 39 47 0 49 42 12 162 3E 34
Octal 320 71 107 0 111 102 22 542 76 64
Binary 11010000 111001 1000111 0 1001001 1000010 10010 101100010 111110 110100

Color Harmonies of #D03947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03947

Black with #D03947

Text Example


Text Example

White with #D03947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03947; }

 p { color: rgb(208,57,71); }

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

background-color css

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

 a { background-color: rgb(208,57,71); }

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

border-color css

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

 span { border-color: rgb(208,57,71); }

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