Html Css Color HEX #D1303E Brick Red

📋 copy color: '#D1303E'

red 209 ◦ green 48 ◦ blue 62

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

Shades of Brick Red #D1303E

Tints of Brick Red #D1303E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.05%

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

R = 65.52%
G = 15.05%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D1303E (or 0xD1303E) is known color: Brick Red. HEX triplet: D1, 30 and 3E. RGB value is (209,48,62). Sum of RGB (Red+Green+Blue) = 209+48+62=319 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.52% from 319); Green value is 48 (19.14% from 255 or 15.05% from 319); Blue value is 62 (24.61% from 255 or 19.44% from 319); Max value from RGB is 209 - color contains mainly: red. Hex color #D1303E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1303E is #2ECFC1. Grayscale: #616161. Windows color (decimal): -3067842 or 4075729. OLE color: 4075729.

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

Color convert

RGB 209 48 62 -
CMYK 0 0.77 0.70 0.18
HSL 354.78º 0.64% 0.5% -
HSV(B) 354.78º 0.77% 0.82% -
XYZ 28.22 16.02 6.16 -
YUV 97.74 107.84 207.36 -
System Red Green Blue C M Y K H S L
Decimal 209 48 62 0 0.77 0.70 0.18 354.78 0.64 0.5
Hex D1 30 3E 0 4D 46 12 163 40 32
Octal 321 60 76 0 115 106 22 543 100 62
Binary 11010001 110000 111110 0 1001101 1000110 10010 101100011 1000000 110010

Color Harmonies of #D1303E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1303E

Black with #D1303E

Text Example


Text Example

White with #D1303E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1303E; }

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

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

background-color css

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

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

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

border-color css

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

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

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