Html Css Color HEX #D1244C Brick Red

📋 copy color: '#D1244C'

red 209 ◦ green 36 ◦ blue 76

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

Shades of Brick Red #D1244C

Tints of Brick Red #D1244C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.21%

 BLUE value IS 76 (30.08% from 255) = 23.68%

R = 65.11%
G = 11.21%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D1244C (or 0xD1244C) is known color: Brick Red. HEX triplet: D1, 24 and 4C. RGB value is (209,36,76). Sum of RGB (Red+Green+Blue) = 209+36+76=321 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.11% from 321); Green value is 36 (14.45% from 255 or 11.21% from 321); Blue value is 76 (30.08% from 255 or 23.68% from 321); Max value from RGB is 209 - color contains mainly: red. Hex color #D1244C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1244C is #2EDBB3. Grayscale: #5C5C5C. Windows color (decimal): -3070900 or 4990161. OLE color: 4990161.

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

Color convert

RGB 209 36 76 -
CMYK 0 0.83 0.64 0.18
HSL 346.13º 0.71% 0.48% -
HSV(B) 346.13º 0.83% 0.82% -
XYZ 28.23 15.34 8.31 -
YUV 92.29 118.81 211.25 -
System Red Green Blue C M Y K H S L
Decimal 209 36 76 0 0.83 0.64 0.18 346.13 0.71 0.48
Hex D1 24 4C 0 53 40 12 15A 47 30
Octal 321 44 114 0 123 100 22 532 107 60
Binary 11010001 100100 1001100 0 1010011 1000000 10010 101011010 1000111 110000

Color Harmonies of #D1244C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1244C

Black with #D1244C

Text Example


Text Example

White with #D1244C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1244C; }

 p { color: rgb(209,36,76); }

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

background-color css

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

 a { background-color: rgb(209,36,76); }

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

border-color css

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

 span { border-color: rgb(209,36,76); }

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