Html Css Color HEX #D1273A Brick Red

📋 copy color: '#D1273A'

red 209 ◦ green 39 ◦ blue 58

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

Shades of Brick Red #D1273A

Tints of Brick Red #D1273A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.75%

 BLUE value IS 58 (23.05% from 255) = 18.95%

R = 68.3%
G = 12.75%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D1273A (or 0xD1273A) is known color: Brick Red. HEX triplet: D1, 27 and 3A. RGB value is (209,39,58). Sum of RGB (Red+Green+Blue) = 209+39+58=306 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.30% from 306); Green value is 39 (15.62% from 255 or 12.75% from 306); Blue value is 58 (23.05% from 255 or 18.95% from 306); Max value from RGB is 209 - color contains mainly: red. Hex color #D1273A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1273A is #2ED8C5. Grayscale: #5C5C5C. Windows color (decimal): -3070150 or 3811281. OLE color: 3811281.

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

Color convert

RGB 209 39 58 -
CMYK 0 0.81 0.72 0.18
HSL 353.29º 0.69% 0.49% -
HSV(B) 353.29º 0.81% 0.82% -
XYZ 27.78 15.31 5.49 -
YUV 92 108.82 211.46 -
System Red Green Blue C M Y K H S L
Decimal 209 39 58 0 0.81 0.72 0.18 353.29 0.69 0.49
Hex D1 27 3A 0 51 48 12 161 45 31
Octal 321 47 72 0 121 110 22 541 105 61
Binary 11010001 100111 111010 0 1010001 1001000 10010 101100001 1000101 110001

Color Harmonies of #D1273A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1273A

Black with #D1273A

Text Example


Text Example

White with #D1273A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1273A; }

 p { color: rgb(209,39,58); }

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

background-color css

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

 a { background-color: rgb(209,39,58); }

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

border-color css

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

 span { border-color: rgb(209,39,58); }

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