Html Css Color HEX #D1204B Brick Red

📋 copy color: '#D1204B'

red 209 ◦ green 32 ◦ blue 75

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

Shades of Brick Red #D1204B

Tints of Brick Red #D1204B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.13%

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

R = 66.14%
G = 10.13%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D1204B (or 0xD1204B) is known color: Brick Red. HEX triplet: D1, 20 and 4B. RGB value is (209,32,75). Sum of RGB (Red+Green+Blue) = 209+32+75=316 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.14% from 316); Green value is 32 (12.89% from 255 or 10.13% from 316); Blue value is 75 (29.69% from 255 or 23.73% from 316); Max value from RGB is 209 - color contains mainly: red. Hex color #D1204B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1204B is #2EDFB4. Grayscale: #595959. Windows color (decimal): -3071925 or 4923601. OLE color: 4923601.

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

Color convert

RGB 209 32 75 -
CMYK 0 0.85 0.64 0.18
HSL 345.42º 0.73% 0.47% -
HSV(B) 345.42º 0.85% 0.82% -
XYZ 28.08 15.1 8.09 -
YUV 89.83 119.64 213 -
System Red Green Blue C M Y K H S L
Decimal 209 32 75 0 0.85 0.64 0.18 345.42 0.73 0.47
Hex D1 20 4B 0 55 40 12 159 49 2F
Octal 321 40 113 0 125 100 22 531 111 57
Binary 11010001 100000 1001011 0 1010101 1000000 10010 101011001 1001001 101111

Color Harmonies of #D1204B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1204B

Black with #D1204B

Text Example


Text Example

White with #D1204B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1204B; }

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

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

background-color css

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

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

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

border-color css

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

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

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