Html Css Color HEX #D83343 Brick Red

📋 copy color: '#D83343'

red 216 ◦ green 51 ◦ blue 67

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

Shades of Brick Red #D83343

Tints of Brick Red #D83343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 20.06%

R = 64.67%
G = 15.27%
B = 20.06%

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

#D83343 (or 0xD83343) is known color: Brick Red. HEX triplet: D8, 33 and 43. RGB value is (216,51,67). Sum of RGB (Red+Green+Blue) = 216+51+67=334 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.67% from 334); Green value is 51 (20.31% from 255 or 15.27% from 334); Blue value is 67 (26.56% from 255 or 20.06% from 334); Max value from RGB is 216 - color contains mainly: red. Hex color #D83343 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83343 is #27CCBC. Grayscale: #666666. Windows color (decimal): -2608317 or 4404184. OLE color: 4404184.

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

Color convert

RGB 216 51 67 -
CMYK 0 0.76 0.69 0.15
HSL 354.18º 0.68% 0.52% -
HSV(B) 354.18º 0.76% 0.85% -
XYZ 30.52 17.37 7.05 -
YUV 102.16 108.16 209.2 -
System Red Green Blue C M Y K H S L
Decimal 216 51 67 0 0.76 0.69 0.15 354.18 0.68 0.52
Hex D8 33 43 0 4C 45 F 162 44 34
Octal 330 63 103 0 114 105 17 542 104 64
Binary 11011000 110011 1000011 0 1001100 1000101 1111 101100010 1000100 110100

Color Harmonies of #D83343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83343

Black with #D83343

Text Example


Text Example

White with #D83343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83343; }

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

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

background-color css

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

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

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

border-color css

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

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

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