Html Css Color HEX #D1254C Brick Red

📋 copy color: '#D1254C'

red 209 ◦ green 37 ◦ blue 76

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

Shades of Brick Red #D1254C

Tints of Brick Red #D1254C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.49%

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

R = 64.91%
G = 11.49%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D1254C (or 0xD1254C) is known color: Brick Red. HEX triplet: D1, 25 and 4C. RGB value is (209,37,76). Sum of RGB (Red+Green+Blue) = 209+37+76=322 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.91% from 322); Green value is 37 (14.84% from 255 or 11.49% from 322); Blue value is 76 (30.08% from 255 or 23.60% from 322); Max value from RGB is 209 - color contains mainly: red. Hex color #D1254C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1254C is #2EDAB3. Grayscale: #5C5C5C. Windows color (decimal): -3070644 or 4990417. OLE color: 4990417.

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

Color convert

RGB 209 37 76 -
CMYK 0 0.82 0.64 0.18
HSL 346.4º 0.7% 0.48% -
HSV(B) 346.4º 0.82% 0.82% -
XYZ 28.26 15.4 8.32 -
YUV 92.87 118.48 210.83 -
System Red Green Blue C M Y K H S L
Decimal 209 37 76 0 0.82 0.64 0.18 346.4 0.7 0.48
Hex D1 25 4C 0 52 40 12 15A 46 30
Octal 321 45 114 0 122 100 22 532 106 60
Binary 11010001 100101 1001100 0 1010010 1000000 10010 101011010 1000110 110000

Color Harmonies of #D1254C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1254C

Black with #D1254C

Text Example


Text Example

White with #D1254C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1254C; }

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

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

background-color css

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

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

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

border-color css

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

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

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