Html Css Color HEX #D03F4D Brick Red

📋 copy color: '#D03F4D'

red 208 ◦ green 63 ◦ blue 77

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

Shades of Brick Red #D03F4D

Tints of Brick Red #D03F4D

RGB

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

 GREEN value IS 63 (25% from 255) = 18.1%

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

R = 59.77%
G = 18.1%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D03F4D (or 0xD03F4D) is known color: Brick Red. HEX triplet: D0, 3F and 4D. RGB value is (208,63,77). Sum of RGB (Red+Green+Blue) = 208+63+77=348 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.77% from 348); Green value is 63 (25% from 255 or 18.10% from 348); Blue value is 77 (30.47% from 255 or 22.13% from 348); Max value from RGB is 208 - color contains mainly: red. Hex color #D03F4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03F4D is #2FC0B2. Grayscale: #6C6C6C. Windows color (decimal): -3129523 or 5062608. OLE color: 5062608.

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

Color convert

RGB 208 63 77 -
CMYK 0 0.70 0.63 0.18
HSL 354.21º 0.61% 0.53% -
HSV(B) 354.21º 0.7% 0.82% -
XYZ 29.13 17.5 8.86 -
YUV 107.95 110.54 199.36 -
System Red Green Blue C M Y K H S L
Decimal 208 63 77 0 0.70 0.63 0.18 354.21 0.61 0.53
Hex D0 3F 4D 0 46 3F 12 162 3D 35
Octal 320 77 115 0 106 77 22 542 75 65
Binary 11010000 111111 1001101 0 1000110 111111 10010 101100010 111101 110101

Color Harmonies of #D03F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03F4D

Black with #D03F4D

Text Example


Text Example

White with #D03F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03F4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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