Html Css Color HEX #D83141 Brick Red

📋 copy color: '#D83141'

red 216 ◦ green 49 ◦ blue 65

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

Shades of Brick Red #D83141

Tints of Brick Red #D83141

RGB

 RED value IS 216 (84.77% from 255) = 65.45%

 GREEN value IS 49 (19.53% from 255) = 14.85%

 BLUE value IS 65 (25.78% from 255) = 19.7%

R = 65.45%
G = 14.85%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D83141 (or 0xD83141) is known color: Brick Red. HEX triplet: D8, 31 and 41. RGB value is (216,49,65). Sum of RGB (Red+Green+Blue) = 216+49+65=330 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.45% from 330); Green value is 49 (19.53% from 255 or 14.85% from 330); Blue value is 65 (25.78% from 255 or 19.70% from 330); Max value from RGB is 216 - color contains mainly: red. Hex color #D83141 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83141 is #27CEBE. Grayscale: #646464. Windows color (decimal): -2608831 or 4272600. OLE color: 4272600.

HSL color Cylindrical-coordinate representation of color #D83141: hue angle of 354.25º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D83141 is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 49 65 -
CMYK 0 0.77 0.70 0.15
HSL 354.25º 0.68% 0.52% -
HSV(B) 354.25º 0.77% 0.85% -
XYZ 30.37 17.18 6.72 -
YUV 100.76 107.83 210.2 -
System Red Green Blue C M Y K H S L
Decimal 216 49 65 0 0.77 0.70 0.15 354.25 0.68 0.52
Hex D8 31 41 0 4D 46 F 162 44 34
Octal 330 61 101 0 115 106 17 542 104 64
Binary 11011000 110001 1000001 0 1001101 1000110 1111 101100010 1000100 110100

Color Harmonies of #D83141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83141

Black with #D83141

Text Example


Text Example

White with #D83141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83141; }

 p { color: rgb(216,49,65); }

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

background-color css

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

 a { background-color: rgb(216,49,65); }

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

border-color css

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

 span { border-color: rgb(216,49,65); }

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