Html Css Color HEX #D03D4F Brick Red

📋 copy color: '#D03D4F'

red 208 ◦ green 61 ◦ blue 79

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

Shades of Brick Red #D03D4F

Tints of Brick Red #D03D4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.7%

R = 59.77%
G = 17.53%
B = 22.7%

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

#D03D4F (or 0xD03D4F) is known color: Brick Red. HEX triplet: D0, 3D and 4F. RGB value is (208,61,79). Sum of RGB (Red+Green+Blue) = 208+61+79=348 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.77% from 348); Green value is 61 (24.22% from 255 or 17.53% from 348); Blue value is 79 (31.25% from 255 or 22.70% from 348); Max value from RGB is 208 - color contains mainly: red. Hex color #D03D4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03D4F is #2FC2B0. Grayscale: #6B6B6B. Windows color (decimal): -3130033 or 5193168. OLE color: 5193168.

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

Color convert

RGB 208 61 79 -
CMYK 0 0.71 0.62 0.18
HSL 352.65º 0.61% 0.53% -
HSV(B) 352.65º 0.71% 0.82% -
XYZ 29.09 17.31 9.21 -
YUV 107.01 112.2 200.04 -
System Red Green Blue C M Y K H S L
Decimal 208 61 79 0 0.71 0.62 0.18 352.65 0.61 0.53
Hex D0 3D 4F 0 47 3E 12 161 3D 35
Octal 320 75 117 0 107 76 22 541 75 65
Binary 11010000 111101 1001111 0 1000111 111110 10010 101100001 111101 110101

Color Harmonies of #D03D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03D4F

Black with #D03D4F

Text Example


Text Example

White with #D03D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03D4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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