Html Css Color HEX #D1244A Brick Red

📋 copy color: '#D1244A'

red 209 ◦ green 36 ◦ blue 74

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

Shades of Brick Red #D1244A

Tints of Brick Red #D1244A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.2%

R = 65.52%
G = 11.29%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D1244A (or 0xD1244A) is known color: Brick Red. HEX triplet: D1, 24 and 4A. RGB value is (209,36,74). Sum of RGB (Red+Green+Blue) = 209+36+74=319 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.52% from 319); Green value is 36 (14.45% from 255 or 11.29% from 319); Blue value is 74 (29.30% from 255 or 23.20% from 319); Max value from RGB is 209 - color contains mainly: red. Hex color #D1244A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1244A is #2EDBB5. Grayscale: #5C5C5C. Windows color (decimal): -3070902 or 4859089. OLE color: 4859089.

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

Color convert

RGB 209 36 74 -
CMYK 0 0.83 0.65 0.18
HSL 346.82º 0.71% 0.48% -
HSV(B) 346.82º 0.83% 0.82% -
XYZ 28.16 15.31 7.95 -
YUV 92.06 117.81 211.41 -
System Red Green Blue C M Y K H S L
Decimal 209 36 74 0 0.83 0.65 0.18 346.82 0.71 0.48
Hex D1 24 4A 0 53 41 12 15B 47 30
Octal 321 44 112 0 123 101 22 533 107 60
Binary 11010001 100100 1001010 0 1010011 1000001 10010 101011011 1000111 110000

Color Harmonies of #D1244A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1244A

Black with #D1244A

Text Example


Text Example

White with #D1244A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1244A; }

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

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

background-color css

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

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

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

border-color css

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

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

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