Html Css Color HEX #D1243E Brick Red

📋 copy color: '#D1243E'

red 209 ◦ green 36 ◦ blue 62

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

Shades of Brick Red #D1243E

Tints of Brick Red #D1243E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.73%

 BLUE value IS 62 (24.61% from 255) = 20.2%

R = 68.08%
G = 11.73%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D1243E (or 0xD1243E) is known color: Brick Red. HEX triplet: D1, 24 and 3E. RGB value is (209,36,62). Sum of RGB (Red+Green+Blue) = 209+36+62=307 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.08% from 307); Green value is 36 (14.45% from 255 or 11.73% from 307); Blue value is 62 (24.61% from 255 or 20.20% from 307); Max value from RGB is 209 - color contains mainly: red. Hex color #D1243E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1243E is #2EDBC1. Grayscale: #5A5A5A. Windows color (decimal): -3070914 or 4072657. OLE color: 4072657.

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

Color convert

RGB 209 36 62 -
CMYK 0 0.83 0.70 0.18
HSL 350.98º 0.71% 0.48% -
HSV(B) 350.98º 0.83% 0.82% -
XYZ 27.79 15.16 6.02 -
YUV 90.69 111.81 212.39 -
System Red Green Blue C M Y K H S L
Decimal 209 36 62 0 0.83 0.70 0.18 350.98 0.71 0.48
Hex D1 24 3E 0 53 46 12 15F 47 30
Octal 321 44 76 0 123 106 22 537 107 60
Binary 11010001 100100 111110 0 1010011 1000110 10010 101011111 1000111 110000

Color Harmonies of #D1243E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1243E

Black with #D1243E

Text Example


Text Example

White with #D1243E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1243E; }

 p { color: rgb(209,36,62); }

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

background-color css

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

 a { background-color: rgb(209,36,62); }

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

border-color css

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

 span { border-color: rgb(209,36,62); }

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