Html Css Color HEX #D13243 Brick Red

📋 copy color: '#D13243'

red 209 ◦ green 50 ◦ blue 67

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

Shades of Brick Red #D13243

Tints of Brick Red #D13243

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.34%

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

R = 64.11%
G = 15.34%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D13243 (or 0xD13243) is known color: Brick Red. HEX triplet: D1, 32 and 43. RGB value is (209,50,67). Sum of RGB (Red+Green+Blue) = 209+50+67=326 (43% of max value = 765). Red value is 209 (82.03% from 255 or 64.11% from 326); Green value is 50 (19.92% from 255 or 15.34% from 326); Blue value is 67 (26.56% from 255 or 20.55% from 326); Max value from RGB is 209 - color contains mainly: red. Hex color #D13243 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13243 is #2ECDBC. Grayscale: #636363. Windows color (decimal): -3067325 or 4403921. OLE color: 4403921.

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

Color convert

RGB 209 50 67 -
CMYK 0 0.76 0.68 0.18
HSL 353.58º 0.63% 0.51% -
HSV(B) 353.58º 0.76% 0.82% -
XYZ 28.45 16.24 6.95 -
YUV 99.48 109.68 206.12 -
System Red Green Blue C M Y K H S L
Decimal 209 50 67 0 0.76 0.68 0.18 353.58 0.63 0.51
Hex D1 32 43 0 4C 44 12 162 3F 33
Octal 321 62 103 0 114 104 22 542 77 63
Binary 11010001 110010 1000011 0 1001100 1000100 10010 101100010 111111 110011

Color Harmonies of #D13243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13243

Black with #D13243

Text Example


Text Example

White with #D13243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13243; }

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

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

background-color css

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

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

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

border-color css

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

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

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