Html Css Color HEX #D82F44 Brick Red

📋 copy color: '#D82F44'

red 216 ◦ green 47 ◦ blue 68

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

Shades of Brick Red #D82F44

Tints of Brick Red #D82F44

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.2%

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

R = 65.26%
G = 14.2%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D82F44 (or 0xD82F44) is known color: Brick Red. HEX triplet: D8, 2F and 44. RGB value is (216,47,68). Sum of RGB (Red+Green+Blue) = 216+47+68=331 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.26% from 331); Green value is 47 (18.75% from 255 or 14.20% from 331); Blue value is 68 (26.95% from 255 or 20.54% from 331); Max value from RGB is 216 - color contains mainly: red. Hex color #D82F44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82F44 is #27D0BB. Grayscale: #646464. Windows color (decimal): -2609340 or 4468696. OLE color: 4468696.

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

Color convert

RGB 216 47 68 -
CMYK 0 0.78 0.69 0.15
HSL 352.54º 0.68% 0.52% -
HSV(B) 352.54º 0.78% 0.85% -
XYZ 30.38 17.05 7.16 -
YUV 99.93 109.99 210.79 -
System Red Green Blue C M Y K H S L
Decimal 216 47 68 0 0.78 0.69 0.15 352.54 0.68 0.52
Hex D8 2F 44 0 4E 45 F 161 44 34
Octal 330 57 104 0 116 105 17 541 104 64
Binary 11011000 101111 1000100 0 1001110 1000101 1111 101100001 1000100 110100

Color Harmonies of #D82F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82F44

Black with #D82F44

Text Example


Text Example

White with #D82F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82F44; }

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

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

background-color css

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

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

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

border-color css

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

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

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