Html Css Color HEX #D1293C Brick Red

📋 copy color: '#D1293C'

red 209 ◦ green 41 ◦ blue 60

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

Shades of Brick Red #D1293C

Tints of Brick Red #D1293C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.23%

 BLUE value IS 60 (23.83% from 255) = 19.35%

R = 67.42%
G = 13.23%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D1293C (or 0xD1293C) is known color: Brick Red. HEX triplet: D1, 29 and 3C. RGB value is (209,41,60). Sum of RGB (Red+Green+Blue) = 209+41+60=310 (41% of max value = 765). Red value is 209 (82.03% from 255 or 67.42% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 60 (23.83% from 255 or 19.35% from 310); Max value from RGB is 209 - color contains mainly: red. Hex color #D1293C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1293C is #2ED6C3. Grayscale: #5D5D5D. Windows color (decimal): -3069636 or 3942865. OLE color: 3942865.

HSL color Cylindrical-coordinate representation of color #D1293C: hue angle of 353.21º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D1293C is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 41 60 -
CMYK 0 0.80 0.71 0.18
HSL 353.21º 0.67% 0.49% -
HSV(B) 353.21º 0.8% 0.82% -
XYZ 27.9 15.47 5.79 -
YUV 93.4 109.16 210.46 -
System Red Green Blue C M Y K H S L
Decimal 209 41 60 0 0.80 0.71 0.18 353.21 0.67 0.49
Hex D1 29 3C 0 50 47 12 161 43 31
Octal 321 51 74 0 120 107 22 541 103 61
Binary 11010001 101001 111100 0 1010000 1000111 10010 101100001 1000011 110001

Color Harmonies of #D1293C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1293C

Black with #D1293C

Text Example


Text Example

White with #D1293C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1293C; }

 p { color: rgb(209,41,60); }

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

background-color css

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

 a { background-color: rgb(209,41,60); }

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

border-color css

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

 span { border-color: rgb(209,41,60); }

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