Html Css Color HEX #D03944 Brick Red

📋 copy color: '#D03944'

red 208 ◦ green 57 ◦ blue 68

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

Shades of Brick Red #D03944

Tints of Brick Red #D03944

RGB

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

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

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

R = 62.46%
G = 17.12%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D03944 (or 0xD03944) is known color: Brick Red. HEX triplet: D0, 39 and 44. RGB value is (208,57,68). Sum of RGB (Red+Green+Blue) = 208+57+68=333 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.46% from 333); Green value is 57 (22.66% from 255 or 17.12% from 333); Blue value is 68 (26.95% from 255 or 20.42% from 333); Max value from RGB is 208 - color contains mainly: red. Hex color #D03944 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03944 is #2FC6BB. Grayscale: #676767. Windows color (decimal): -3131068 or 4471248. OLE color: 4471248.

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

Color convert

RGB 208 57 68 -
CMYK 0 0.73 0.67 0.18
HSL 355.63º 0.62% 0.52% -
HSV(B) 355.63º 0.73% 0.82% -
XYZ 28.52 16.75 7.2 -
YUV 103.4 108.03 202.61 -
System Red Green Blue C M Y K H S L
Decimal 208 57 68 0 0.73 0.67 0.18 355.63 0.62 0.52
Hex D0 39 44 0 49 43 12 164 3E 34
Octal 320 71 104 0 111 103 22 544 76 64
Binary 11010000 111001 1000100 0 1001001 1000011 10010 101100100 111110 110100

Color Harmonies of #D03944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03944

Black with #D03944

Text Example


Text Example

White with #D03944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03944; }

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

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

background-color css

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

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

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

border-color css

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

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

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