Html Css Color HEX #D03141 Brick Red

📋 copy color: '#D03141'

red 208 ◦ green 49 ◦ blue 65

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

Shades of Brick Red #D03141

Tints of Brick Red #D03141

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.22%

 BLUE value IS 65 (25.78% from 255) = 20.19%

R = 64.6%
G = 15.22%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D03141 (or 0xD03141) is known color: Brick Red. HEX triplet: D0, 31 and 41. RGB value is (208,49,65). Sum of RGB (Red+Green+Blue) = 208+49+65=322 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.60% from 322); Green value is 49 (19.53% from 255 or 15.22% from 322); Blue value is 65 (25.78% from 255 or 20.19% from 322); Max value from RGB is 208 - color contains mainly: red. Hex color #D03141 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03141 is #2FCEBE. Grayscale: #626262. Windows color (decimal): -3133119 or 4272592. OLE color: 4272592.

HSL color Cylindrical-coordinate representation of color #D03141: hue angle of 353.96º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D03141 is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 49 65 -
CMYK 0 0.76 0.69 0.18
HSL 353.96º 0.63% 0.5% -
HSV(B) 353.96º 0.76% 0.82% -
XYZ 28.06 15.99 6.61 -
YUV 98.37 109.18 206.2 -
System Red Green Blue C M Y K H S L
Decimal 208 49 65 0 0.76 0.69 0.18 353.96 0.63 0.5
Hex D0 31 41 0 4C 45 12 162 3F 32
Octal 320 61 101 0 114 105 22 542 77 62
Binary 11010000 110001 1000001 0 1001100 1000101 10010 101100010 111111 110010

Color Harmonies of #D03141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03141

Black with #D03141

Text Example


Text Example

White with #D03141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03141; }

 p { color: rgb(208,49,65); }

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

background-color css

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

 a { background-color: rgb(208,49,65); }

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

border-color css

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

 span { border-color: rgb(208,49,65); }

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