Html Css Color HEX #D03D4D Brick Red

📋 copy color: '#D03D4D'

red 208 ◦ green 61 ◦ blue 77

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

Shades of Brick Red #D03D4D

Tints of Brick Red #D03D4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.25%

R = 60.12%
G = 17.63%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D03D4D (or 0xD03D4D) is known color: Brick Red. HEX triplet: D0, 3D and 4D. RGB value is (208,61,77). Sum of RGB (Red+Green+Blue) = 208+61+77=346 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.12% from 346); Green value is 61 (24.22% from 255 or 17.63% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 208 - color contains mainly: red. Hex color #D03D4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03D4D is #2FC2B2. Grayscale: #6A6A6A. Windows color (decimal): -3130035 or 5062096. OLE color: 5062096.

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

Color convert

RGB 208 61 77 -
CMYK 0 0.71 0.63 0.18
HSL 353.47º 0.61% 0.53% -
HSV(B) 353.47º 0.71% 0.82% -
XYZ 29.02 17.28 8.83 -
YUV 106.78 111.2 200.2 -
System Red Green Blue C M Y K H S L
Decimal 208 61 77 0 0.71 0.63 0.18 353.47 0.61 0.53
Hex D0 3D 4D 0 47 3F 12 161 3D 35
Octal 320 75 115 0 107 77 22 541 75 65
Binary 11010000 111101 1001101 0 1000111 111111 10010 101100001 111101 110101

Color Harmonies of #D03D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03D4D

Black with #D03D4D

Text Example


Text Example

White with #D03D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03D4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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