Html Css Color HEX #D13043 Brick Red

📋 copy color: '#D13043'

red 209 ◦ green 48 ◦ blue 67

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

Shades of Brick Red #D13043

Tints of Brick Red #D13043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 20.68%

R = 64.51%
G = 14.81%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D13043 (or 0xD13043) is known color: Brick Red. HEX triplet: D1, 30 and 43. RGB value is (209,48,67). Sum of RGB (Red+Green+Blue) = 209+48+67=324 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.51% from 324); Green value is 48 (19.14% from 255 or 14.81% from 324); Blue value is 67 (26.56% from 255 or 20.68% from 324); Max value from RGB is 209 - color contains mainly: red. Hex color #D13043 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13043 is #2ECFBC. Grayscale: #626262. Windows color (decimal): -3067837 or 4403409. OLE color: 4403409.

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

Color convert

RGB 209 48 67 -
CMYK 0 0.77 0.68 0.18
HSL 352.92º 0.64% 0.5% -
HSV(B) 352.92º 0.77% 0.82% -
XYZ 28.36 16.07 6.92 -
YUV 98.31 110.34 206.96 -
System Red Green Blue C M Y K H S L
Decimal 209 48 67 0 0.77 0.68 0.18 352.92 0.64 0.5
Hex D1 30 43 0 4D 44 12 161 40 32
Octal 321 60 103 0 115 104 22 541 100 62
Binary 11010001 110000 1000011 0 1001101 1000100 10010 101100001 1000000 110010

Color Harmonies of #D13043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13043

Black with #D13043

Text Example


Text Example

White with #D13043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13043; }

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

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

background-color css

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

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

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

border-color css

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

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

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