Html Css Color HEX #D13542 Brick Red

📋 copy color: '#D13542'

red 209 ◦ green 53 ◦ blue 66

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

Shades of Brick Red #D13542

Tints of Brick Red #D13542

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.16%

 BLUE value IS 66 (26.17% from 255) = 20.12%

R = 63.72%
G = 16.16%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D13542 (or 0xD13542) is known color: Brick Red. HEX triplet: D1, 35 and 42. RGB value is (209,53,66). Sum of RGB (Red+Green+Blue) = 209+53+66=328 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.72% from 328); Green value is 53 (21.09% from 255 or 16.16% from 328); Blue value is 66 (26.17% from 255 or 20.12% from 328); Max value from RGB is 209 - color contains mainly: red. Hex color #D13542 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13542 is #2ECABD. Grayscale: #656565. Windows color (decimal): -3066558 or 4339153. OLE color: 4339153.

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

Color convert

RGB 209 53 66 -
CMYK 0 0.75 0.68 0.18
HSL 355º 0.63% 0.51% -
HSV(B) 355º 0.75% 0.82% -
XYZ 28.55 16.49 6.83 -
YUV 101.13 108.18 204.94 -
System Red Green Blue C M Y K H S L
Decimal 209 53 66 0 0.75 0.68 0.18 355 0.63 0.51
Hex D1 35 42 0 4B 44 12 163 3F 33
Octal 321 65 102 0 113 104 22 543 77 63
Binary 11010001 110101 1000010 0 1001011 1000100 10010 101100011 111111 110011

Color Harmonies of #D13542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13542

Black with #D13542

Text Example


Text Example

White with #D13542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13542; }

 p { color: rgb(209,53,66); }

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

background-color css

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

 a { background-color: rgb(209,53,66); }

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

border-color css

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

 span { border-color: rgb(209,53,66); }

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