Html Css Color HEX #D83241 Brick Red

📋 copy color: '#D83241'

red 216 ◦ green 50 ◦ blue 65

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

Shades of Brick Red #D83241

Tints of Brick Red #D83241

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.11%

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

R = 65.26%
G = 15.11%
B = 19.64%

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

#D83241 (or 0xD83241) is known color: Brick Red. HEX triplet: D8, 32 and 41. RGB value is (216,50,65). Sum of RGB (Red+Green+Blue) = 216+50+65=331 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.26% from 331); Green value is 50 (19.92% from 255 or 15.11% from 331); Blue value is 65 (25.78% from 255 or 19.64% from 331); Max value from RGB is 216 - color contains mainly: red. Hex color #D83241 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83241 is #27CDBE. Grayscale: #656565. Windows color (decimal): -2608575 or 4272856. OLE color: 4272856.

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

Color convert

RGB 216 50 65 -
CMYK 0 0.77 0.70 0.15
HSL 354.58º 0.68% 0.52% -
HSV(B) 354.58º 0.77% 0.85% -
XYZ 30.41 17.26 6.73 -
YUV 101.34 107.5 209.78 -
System Red Green Blue C M Y K H S L
Decimal 216 50 65 0 0.77 0.70 0.15 354.58 0.68 0.52
Hex D8 32 41 0 4D 46 F 163 44 34
Octal 330 62 101 0 115 106 17 543 104 64
Binary 11011000 110010 1000001 0 1001101 1000110 1111 101100011 1000100 110100

Color Harmonies of #D83241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83241

Black with #D83241

Text Example


Text Example

White with #D83241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83241; }

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

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

background-color css

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

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

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

border-color css

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

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

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