Html Css Color HEX #D82C44 Brick Red

📋 copy color: '#D82C44'

red 216 ◦ green 44 ◦ blue 68

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

Shades of Brick Red #D82C44

Tints of Brick Red #D82C44

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.41%

 BLUE value IS 68 (26.95% from 255) = 20.73%

R = 65.85%
G = 13.41%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D82C44 (or 0xD82C44) is known color: Brick Red. HEX triplet: D8, 2C and 44. RGB value is (216,44,68). Sum of RGB (Red+Green+Blue) = 216+44+68=328 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.85% from 328); Green value is 44 (17.58% from 255 or 13.41% from 328); Blue value is 68 (26.95% from 255 or 20.73% from 328); Max value from RGB is 216 - color contains mainly: red. Hex color #D82C44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82C44 is #27D3BB. Grayscale: #626262. Windows color (decimal): -2610108 or 4467928. OLE color: 4467928.

HSL color Cylindrical-coordinate representation of color #D82C44: hue angle of 351.63º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D82C44 is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 44 68 -
CMYK 0 0.80 0.69 0.15
HSL 351.63º 0.69% 0.51% -
HSV(B) 351.63º 0.8% 0.85% -
XYZ 30.26 16.82 7.12 -
YUV 98.16 110.98 212.05 -
System Red Green Blue C M Y K H S L
Decimal 216 44 68 0 0.80 0.69 0.15 351.63 0.69 0.51
Hex D8 2C 44 0 50 45 F 160 45 33
Octal 330 54 104 0 120 105 17 540 105 63
Binary 11011000 101100 1000100 0 1010000 1000101 1111 101100000 1000101 110011

Color Harmonies of #D82C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82C44

Black with #D82C44

Text Example


Text Example

White with #D82C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82C44; }

 p { color: rgb(216,44,68); }

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

background-color css

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

 a { background-color: rgb(216,44,68); }

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

border-color css

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

 span { border-color: rgb(216,44,68); }

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