Html Css Color HEX #D03D4E Brick Red

📋 copy color: '#D03D4E'

red 208 ◦ green 61 ◦ blue 78

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

Shades of Brick Red #D03D4E

Tints of Brick Red #D03D4E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.58%

 BLUE value IS 78 (30.86% from 255) = 22.48%

R = 59.94%
G = 17.58%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D03D4E (or 0xD03D4E) is known color: Brick Red. HEX triplet: D0, 3D and 4E. RGB value is (208,61,78). Sum of RGB (Red+Green+Blue) = 208+61+78=347 (45% of max value = 765). Red value is 208 (81.64% from 255 or 59.94% from 347); Green value is 61 (24.22% from 255 or 17.58% from 347); Blue value is 78 (30.86% from 255 or 22.48% from 347); Max value from RGB is 208 - color contains mainly: red. Hex color #D03D4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03D4E is #2FC2B1. Grayscale: #6A6A6A. Windows color (decimal): -3130034 or 5127632. OLE color: 5127632.

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

Color convert

RGB 208 61 78 -
CMYK 0 0.71 0.62 0.18
HSL 353.06º 0.61% 0.53% -
HSV(B) 353.06º 0.71% 0.82% -
XYZ 29.06 17.3 9.02 -
YUV 106.89 111.7 200.12 -
System Red Green Blue C M Y K H S L
Decimal 208 61 78 0 0.71 0.62 0.18 353.06 0.61 0.53
Hex D0 3D 4E 0 47 3E 12 161 3D 35
Octal 320 75 116 0 107 76 22 541 75 65
Binary 11010000 111101 1001110 0 1000111 111110 10010 101100001 111101 110101

Color Harmonies of #D03D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03D4E

Black with #D03D4E

Text Example


Text Example

White with #D03D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03D4E; }

 p { color: rgb(208,61,78); }

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

background-color css

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

 a { background-color: rgb(208,61,78); }

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

border-color css

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

 span { border-color: rgb(208,61,78); }

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