Html Css Color HEX #D83244 Brick Red

📋 copy color: '#D83244'

red 216 ◦ green 50 ◦ blue 68

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

Shades of Brick Red #D83244

Tints of Brick Red #D83244

RGB

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

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

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

R = 64.67%
G = 14.97%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D83244 (or 0xD83244) is known color: Brick Red. HEX triplet: D8, 32 and 44. RGB value is (216,50,68). Sum of RGB (Red+Green+Blue) = 216+50+68=334 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.67% from 334); Green value is 50 (19.92% from 255 or 14.97% from 334); Blue value is 68 (26.95% from 255 or 20.36% from 334); Max value from RGB is 216 - color contains mainly: red. Hex color #D83244 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83244 is #27CDBB. Grayscale: #656565. Windows color (decimal): -2608572 or 4469464. OLE color: 4469464.

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

Color convert

RGB 216 50 68 -
CMYK 0 0.77 0.69 0.15
HSL 353.49º 0.68% 0.52% -
HSV(B) 353.49º 0.77% 0.85% -
XYZ 30.5 17.3 7.2 -
YUV 101.69 109 209.54 -
System Red Green Blue C M Y K H S L
Decimal 216 50 68 0 0.77 0.69 0.15 353.49 0.68 0.52
Hex D8 32 44 0 4D 45 F 161 44 34
Octal 330 62 104 0 115 105 17 541 104 64
Binary 11011000 110010 1000100 0 1001101 1000101 1111 101100001 1000100 110100

Color Harmonies of #D83244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83244

Black with #D83244

Text Example


Text Example

White with #D83244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83244; }

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

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

background-color css

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

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

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

border-color css

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

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

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