Html Css Color HEX #D83041 Brick Red

📋 copy color: '#D83041'

red 216 ◦ green 48 ◦ blue 65

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

Shades of Brick Red #D83041

Tints of Brick Red #D83041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.76%

R = 65.65%
G = 14.59%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D83041 (or 0xD83041) is known color: Brick Red. HEX triplet: D8, 30 and 41. RGB value is (216,48,65). Sum of RGB (Red+Green+Blue) = 216+48+65=329 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.65% from 329); Green value is 48 (19.14% from 255 or 14.59% from 329); Blue value is 65 (25.78% from 255 or 19.76% from 329); Max value from RGB is 216 - color contains mainly: red. Hex color #D83041 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83041 is #27CFBE. Grayscale: #646464. Windows color (decimal): -2609087 or 4272344. OLE color: 4272344.

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

Color convert

RGB 216 48 65 -
CMYK 0 0.78 0.70 0.15
HSL 353.93º 0.68% 0.52% -
HSV(B) 353.93º 0.78% 0.85% -
XYZ 30.33 17.09 6.7 -
YUV 100.17 108.16 210.62 -
System Red Green Blue C M Y K H S L
Decimal 216 48 65 0 0.78 0.70 0.15 353.93 0.68 0.52
Hex D8 30 41 0 4E 46 F 162 44 34
Octal 330 60 101 0 116 106 17 542 104 64
Binary 11011000 110000 1000001 0 1001110 1000110 1111 101100010 1000100 110100

Color Harmonies of #D83041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83041

Black with #D83041

Text Example


Text Example

White with #D83041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83041; }

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

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

background-color css

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

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

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

border-color css

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

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

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