Html Css Color HEX #D83446 Brick Red

📋 copy color: '#D83446'

red 216 ◦ green 52 ◦ blue 70

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

Shades of Brick Red #D83446

Tints of Brick Red #D83446

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.38%

 BLUE value IS 70 (27.73% from 255) = 20.71%

R = 63.91%
G = 15.38%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D83446 (or 0xD83446) is known color: Brick Red. HEX triplet: D8, 34 and 46. RGB value is (216,52,70). Sum of RGB (Red+Green+Blue) = 216+52+70=338 (44% of max value = 765). Red value is 216 (84.77% from 255 or 63.91% from 338); Green value is 52 (20.70% from 255 or 15.38% from 338); Blue value is 70 (27.73% from 255 or 20.71% from 338); Max value from RGB is 216 - color contains mainly: red. Hex color #D83446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83446 is #27CBB9. Grayscale: #676767. Windows color (decimal): -2608058 or 4601048. OLE color: 4601048.

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

Color convert

RGB 216 52 70 -
CMYK 0 0.76 0.68 0.15
HSL 353.41º 0.68% 0.53% -
HSV(B) 353.41º 0.76% 0.85% -
XYZ 30.65 17.5 7.56 -
YUV 103.09 109.33 208.54 -
System Red Green Blue C M Y K H S L
Decimal 216 52 70 0 0.76 0.68 0.15 353.41 0.68 0.53
Hex D8 34 46 0 4C 44 F 161 44 35
Octal 330 64 106 0 114 104 17 541 104 65
Binary 11011000 110100 1000110 0 1001100 1000100 1111 101100001 1000100 110101

Color Harmonies of #D83446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83446

Black with #D83446

Text Example


Text Example

White with #D83446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83446; }

 p { color: rgb(216,52,70); }

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

background-color css

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

 a { background-color: rgb(216,52,70); }

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

border-color css

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

 span { border-color: rgb(216,52,70); }

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