Html Css Color HEX #D13242 Brick Red

📋 copy color: '#D13242'

red 209 ◦ green 50 ◦ blue 66

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

Shades of Brick Red #D13242

Tints of Brick Red #D13242

RGB

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

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

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

R = 64.31%
G = 15.38%
B = 20.31%

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

#D13242 (or 0xD13242) is known color: Brick Red. HEX triplet: D1, 32 and 42. RGB value is (209,50,66). Sum of RGB (Red+Green+Blue) = 209+50+66=325 (43% of max value = 765). Red value is 209 (82.03% from 255 or 64.31% from 325); Green value is 50 (19.92% from 255 or 15.38% from 325); Blue value is 66 (26.17% from 255 or 20.31% from 325); Max value from RGB is 209 - color contains mainly: red. Hex color #D13242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13242 is #2ECDBD. Grayscale: #636363. Windows color (decimal): -3067326 or 4338385. OLE color: 4338385.

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

Color convert

RGB 209 50 66 -
CMYK 0 0.76 0.68 0.18
HSL 353.96º 0.63% 0.51% -
HSV(B) 353.96º 0.76% 0.82% -
XYZ 28.42 16.23 6.79 -
YUV 99.37 109.18 206.2 -
System Red Green Blue C M Y K H S L
Decimal 209 50 66 0 0.76 0.68 0.18 353.96 0.63 0.51
Hex D1 32 42 0 4C 44 12 162 3F 33
Octal 321 62 102 0 114 104 22 542 77 63
Binary 11010001 110010 1000010 0 1001100 1000100 10010 101100010 111111 110011

Color Harmonies of #D13242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13242

Black with #D13242

Text Example


Text Example

White with #D13242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13242; }

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

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

background-color css

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

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

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

border-color css

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

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

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