Html Css Color HEX #D03E4A Brick Red

📋 copy color: '#D03E4A'

red 208 ◦ green 62 ◦ blue 74

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

Shades of Brick Red #D03E4A

Tints of Brick Red #D03E4A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.02%

 BLUE value IS 74 (29.3% from 255) = 21.51%

R = 60.47%
G = 18.02%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D03E4A (or 0xD03E4A) is known color: Brick Red. HEX triplet: D0, 3E and 4A. RGB value is (208,62,74). Sum of RGB (Red+Green+Blue) = 208+62+74=344 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.47% from 344); Green value is 62 (24.61% from 255 or 18.02% from 344); Blue value is 74 (29.30% from 255 or 21.51% from 344); Max value from RGB is 208 - color contains mainly: red. Hex color #D03E4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03E4A is #2FC1B5. Grayscale: #6B6B6B. Windows color (decimal): -3129782 or 4865744. OLE color: 4865744.

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

Color convert

RGB 208 62 74 -
CMYK 0 0.70 0.64 0.18
HSL 355.07º 0.61% 0.53% -
HSV(B) 355.07º 0.7% 0.82% -
XYZ 28.97 17.35 8.3 -
YUV 107.02 109.37 200.02 -
System Red Green Blue C M Y K H S L
Decimal 208 62 74 0 0.70 0.64 0.18 355.07 0.61 0.53
Hex D0 3E 4A 0 46 40 12 163 3D 35
Octal 320 76 112 0 106 100 22 543 75 65
Binary 11010000 111110 1001010 0 1000110 1000000 10010 101100011 111101 110101

Color Harmonies of #D03E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03E4A

Black with #D03E4A

Text Example


Text Example

White with #D03E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03E4A; }

 p { color: rgb(208,62,74); }

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

background-color css

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

 a { background-color: rgb(208,62,74); }

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

border-color css

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

 span { border-color: rgb(208,62,74); }

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