Html Css Color HEX #D1244B Brick Red

📋 copy color: '#D1244B'

red 209 ◦ green 36 ◦ blue 75

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

Shades of Brick Red #D1244B

Tints of Brick Red #D1244B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.44%

R = 65.31%
G = 11.25%
B = 23.44%

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

#D1244B (or 0xD1244B) is known color: Brick Red. HEX triplet: D1, 24 and 4B. RGB value is (209,36,75). Sum of RGB (Red+Green+Blue) = 209+36+75=320 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.31% from 320); Green value is 36 (14.45% from 255 or 11.25% from 320); Blue value is 75 (29.69% from 255 or 23.44% from 320); Max value from RGB is 209 - color contains mainly: red. Hex color #D1244B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1244B is #2EDBB4. Grayscale: #5C5C5C. Windows color (decimal): -3070901 or 4924625. OLE color: 4924625.

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

Color convert

RGB 209 36 75 -
CMYK 0 0.83 0.64 0.18
HSL 346.47º 0.71% 0.48% -
HSV(B) 346.47º 0.83% 0.82% -
XYZ 28.2 15.33 8.13 -
YUV 92.17 118.31 211.33 -
System Red Green Blue C M Y K H S L
Decimal 209 36 75 0 0.83 0.64 0.18 346.47 0.71 0.48
Hex D1 24 4B 0 53 40 12 15A 47 30
Octal 321 44 113 0 123 100 22 532 107 60
Binary 11010001 100100 1001011 0 1010011 1000000 10010 101011010 1000111 110000

Color Harmonies of #D1244B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1244B

Black with #D1244B

Text Example


Text Example

White with #D1244B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1244B; }

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

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

background-color css

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

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

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

border-color css

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

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

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