Html Css Color HEX #D83042 Brick Red

📋 copy color: '#D83042'

red 216 ◦ green 48 ◦ blue 66

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

Shades of Brick Red #D83042

Tints of Brick Red #D83042

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.55%

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

R = 65.45%
G = 14.55%
B = 20%

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

#D83042 (or 0xD83042) is known color: Brick Red. HEX triplet: D8, 30 and 42. RGB value is (216,48,66). Sum of RGB (Red+Green+Blue) = 216+48+66=330 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.45% from 330); Green value is 48 (19.14% from 255 or 14.55% from 330); Blue value is 66 (26.17% from 255 or 20% from 330); Max value from RGB is 216 - color contains mainly: red. Hex color #D83042 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83042 is #27CFBD. Grayscale: #646464. Windows color (decimal): -2609086 or 4337880. OLE color: 4337880.

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

Color convert

RGB 216 48 66 -
CMYK 0 0.78 0.69 0.15
HSL 353.57º 0.68% 0.52% -
HSV(B) 353.57º 0.78% 0.85% -
XYZ 30.36 17.11 6.86 -
YUV 100.28 108.66 210.54 -
System Red Green Blue C M Y K H S L
Decimal 216 48 66 0 0.78 0.69 0.15 353.57 0.68 0.52
Hex D8 30 42 0 4E 45 F 162 44 34
Octal 330 60 102 0 116 105 17 542 104 64
Binary 11011000 110000 1000010 0 1001110 1000101 1111 101100010 1000100 110100

Color Harmonies of #D83042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83042

Black with #D83042

Text Example


Text Example

White with #D83042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83042; }

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

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

background-color css

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

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

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

border-color css

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

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

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