Html Css Color HEX #D13041 Brick Red

📋 copy color: '#D13041'

red 209 ◦ green 48 ◦ blue 65

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

Shades of Brick Red #D13041

Tints of Brick Red #D13041

RGB

 RED value IS 209 (82.03% from 255) = 64.91%

 GREEN value IS 48 (19.14% from 255) = 14.91%

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

R = 64.91%
G = 14.91%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D13041 (or 0xD13041) is known color: Brick Red. HEX triplet: D1, 30 and 41. RGB value is (209,48,65). Sum of RGB (Red+Green+Blue) = 209+48+65=322 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.91% from 322); Green value is 48 (19.14% from 255 or 14.91% from 322); Blue value is 65 (25.78% from 255 or 20.19% from 322); Max value from RGB is 209 - color contains mainly: red. Hex color #D13041 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13041 is #2ECFBE. Grayscale: #626262. Windows color (decimal): -3067839 or 4272337. OLE color: 4272337.

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

Color convert

RGB 209 48 65 -
CMYK 0 0.77 0.69 0.18
HSL 353.66º 0.64% 0.5% -
HSV(B) 353.66º 0.77% 0.82% -
XYZ 28.31 16.05 6.61 -
YUV 98.08 109.34 207.12 -
System Red Green Blue C M Y K H S L
Decimal 209 48 65 0 0.77 0.69 0.18 353.66 0.64 0.5
Hex D1 30 41 0 4D 45 12 162 40 32
Octal 321 60 101 0 115 105 22 542 100 62
Binary 11010001 110000 1000001 0 1001101 1000101 10010 101100010 1000000 110010

Color Harmonies of #D13041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13041

Black with #D13041

Text Example


Text Example

White with #D13041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13041; }

 p { color: rgb(209,48,65); }

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

background-color css

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

 a { background-color: rgb(209,48,65); }

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

border-color css

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

 span { border-color: rgb(209,48,65); }

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