Html Css Color HEX #D83341 Brick Red

📋 copy color: '#D83341'

red 216 ◦ green 51 ◦ blue 65

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

Shades of Brick Red #D83341

Tints of Brick Red #D83341

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.36%

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

R = 65.06%
G = 15.36%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D83341 (or 0xD83341) is known color: Brick Red. HEX triplet: D8, 33 and 41. RGB value is (216,51,65). Sum of RGB (Red+Green+Blue) = 216+51+65=332 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.06% from 332); Green value is 51 (20.31% from 255 or 15.36% from 332); Blue value is 65 (25.78% from 255 or 19.58% from 332); Max value from RGB is 216 - color contains mainly: red. Hex color #D83341 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83341 is #27CCBE. Grayscale: #666666. Windows color (decimal): -2608319 or 4273112. OLE color: 4273112.

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

Color convert

RGB 216 51 65 -
CMYK 0 0.76 0.70 0.15
HSL 354.91º 0.68% 0.52% -
HSV(B) 354.91º 0.76% 0.85% -
XYZ 30.46 17.35 6.74 -
YUV 101.93 107.16 209.36 -
System Red Green Blue C M Y K H S L
Decimal 216 51 65 0 0.76 0.70 0.15 354.91 0.68 0.52
Hex D8 33 41 0 4C 46 F 163 44 34
Octal 330 63 101 0 114 106 17 543 104 64
Binary 11011000 110011 1000001 0 1001100 1000110 1111 101100011 1000100 110100

Color Harmonies of #D83341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83341

Black with #D83341

Text Example


Text Example

White with #D83341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83341; }

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

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

background-color css

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

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

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

border-color css

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

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

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