Html Css Color HEX #D1243F Brick Red

📋 copy color: '#D1243F'

red 209 ◦ green 36 ◦ blue 63

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

Shades of Brick Red #D1243F

Tints of Brick Red #D1243F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.45%

R = 67.86%
G = 11.69%
B = 20.45%

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

#D1243F (or 0xD1243F) is known color: Brick Red. HEX triplet: D1, 24 and 3F. RGB value is (209,36,63). Sum of RGB (Red+Green+Blue) = 209+36+63=308 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.86% from 308); Green value is 36 (14.45% from 255 or 11.69% from 308); Blue value is 63 (25% from 255 or 20.45% from 308); Max value from RGB is 209 - color contains mainly: red. Hex color #D1243F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1243F is #2EDBC0. Grayscale: #5A5A5A. Windows color (decimal): -3070913 or 4138193. OLE color: 4138193.

HSL color Cylindrical-coordinate representation of color #D1243F: hue angle of 350.64º 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 #D1243F is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 36 63 -
CMYK 0 0.83 0.70 0.18
HSL 350.64º 0.71% 0.48% -
HSV(B) 350.64º 0.83% 0.82% -
XYZ 27.82 15.18 6.17 -
YUV 90.81 112.31 212.3 -
System Red Green Blue C M Y K H S L
Decimal 209 36 63 0 0.83 0.70 0.18 350.64 0.71 0.48
Hex D1 24 3F 0 53 46 12 15F 47 30
Octal 321 44 77 0 123 106 22 537 107 60
Binary 11010001 100100 111111 0 1010011 1000110 10010 101011111 1000111 110000

Color Harmonies of #D1243F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1243F

Black with #D1243F

Text Example


Text Example

White with #D1243F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1243F; }

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

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

background-color css

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

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

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

border-color css

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

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

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