Html Css Color HEX #D83442 Brick Red

📋 copy color: '#D83442'

red 216 ◦ green 52 ◦ blue 66

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

Shades of Brick Red #D83442

Tints of Brick Red #D83442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.76%

R = 64.67%
G = 15.57%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D83442 (or 0xD83442) is known color: Brick Red. HEX triplet: D8, 34 and 42. RGB value is (216,52,66). Sum of RGB (Red+Green+Blue) = 216+52+66=334 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.67% from 334); Green value is 52 (20.70% from 255 or 15.57% from 334); Blue value is 66 (26.17% from 255 or 19.76% from 334); Max value from RGB is 216 - color contains mainly: red. Hex color #D83442 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83442 is #27CBBD. Grayscale: #666666. Windows color (decimal): -2608062 or 4338904. OLE color: 4338904.

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

Color convert

RGB 216 52 66 -
CMYK 0 0.76 0.69 0.15
HSL 354.88º 0.68% 0.53% -
HSV(B) 354.88º 0.76% 0.85% -
XYZ 30.53 17.45 6.91 -
YUV 102.63 107.33 208.86 -
System Red Green Blue C M Y K H S L
Decimal 216 52 66 0 0.76 0.69 0.15 354.88 0.68 0.53
Hex D8 34 42 0 4C 45 F 163 44 35
Octal 330 64 102 0 114 105 17 543 104 65
Binary 11011000 110100 1000010 0 1001100 1000101 1111 101100011 1000100 110101

Color Harmonies of #D83442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83442

Black with #D83442

Text Example


Text Example

White with #D83442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83442; }

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

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

background-color css

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

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

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

border-color css

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

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

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