Html Css Color HEX #D1404B Brick Red

📋 copy color: '#D1404B'

red 209 ◦ green 64 ◦ blue 75

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

Shades of Brick Red #D1404B

Tints of Brick Red #D1404B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.39%

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

R = 60.06%
G = 18.39%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D1404B (or 0xD1404B) is known color: Brick Red. HEX triplet: D1, 40 and 4B. RGB value is (209,64,75). Sum of RGB (Red+Green+Blue) = 209+64+75=348 (46% of max value = 765). Red value is 209 (82.03% from 255 or 60.06% from 348); Green value is 64 (25.39% from 255 or 18.39% from 348); Blue value is 75 (29.69% from 255 or 21.55% from 348); Max value from RGB is 209 - color contains mainly: red. Hex color #D1404B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1404B is #2EBFB4. Grayscale: #6C6C6C. Windows color (decimal): -3063733 or 4931793. OLE color: 4931793.

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

Color convert

RGB 209 64 75 -
CMYK 0 0.69 0.64 0.18
HSL 355.45º 0.61% 0.54% -
HSV(B) 355.45º 0.69% 0.82% -
XYZ 29.4 17.73 8.53 -
YUV 108.61 109.04 199.61 -
System Red Green Blue C M Y K H S L
Decimal 209 64 75 0 0.69 0.64 0.18 355.45 0.61 0.54
Hex D1 40 4B 0 45 40 12 163 3D 36
Octal 321 100 113 0 105 100 22 543 75 66
Binary 11010001 1000000 1001011 0 1000101 1000000 10010 101100011 111101 110110

Color Harmonies of #D1404B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1404B

Black with #D1404B

Text Example


Text Example

White with #D1404B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1404B; }

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

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

background-color css

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

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

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

border-color css

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

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

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