Html Css Color HEX #D83245 Brick Red

📋 copy color: '#D83245'

red 216 ◦ green 50 ◦ blue 69

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

Shades of Brick Red #D83245

Tints of Brick Red #D83245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.6%

R = 64.48%
G = 14.93%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D83245 (or 0xD83245) is known color: Brick Red. HEX triplet: D8, 32 and 45. RGB value is (216,50,69). Sum of RGB (Red+Green+Blue) = 216+50+69=335 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.48% from 335); Green value is 50 (19.92% from 255 or 14.93% from 335); Blue value is 69 (27.34% from 255 or 20.60% from 335); Max value from RGB is 216 - color contains mainly: red. Hex color #D83245 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83245 is #27CDBA. Grayscale: #656565. Windows color (decimal): -2608571 or 4535000. OLE color: 4535000.

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

Color convert

RGB 216 50 69 -
CMYK 0 0.77 0.68 0.15
HSL 353.13º 0.68% 0.52% -
HSV(B) 353.13º 0.77% 0.85% -
XYZ 30.53 17.31 7.36 -
YUV 101.8 109.5 209.46 -
System Red Green Blue C M Y K H S L
Decimal 216 50 69 0 0.77 0.68 0.15 353.13 0.68 0.52
Hex D8 32 45 0 4D 44 F 161 44 34
Octal 330 62 105 0 115 104 17 541 104 64
Binary 11011000 110010 1000101 0 1001101 1000100 1111 101100001 1000100 110100

Color Harmonies of #D83245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83245

Black with #D83245

Text Example


Text Example

White with #D83245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83245; }

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

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

background-color css

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

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

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

border-color css

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

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

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