Html Css Color HEX #D83345 Brick Red

📋 copy color: '#D83345'

red 216 ◦ green 51 ◦ blue 69

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

Shades of Brick Red #D83345

Tints of Brick Red #D83345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.54%

R = 64.29%
G = 15.18%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D83345 (or 0xD83345) is known color: Brick Red. HEX triplet: D8, 33 and 45. RGB value is (216,51,69). Sum of RGB (Red+Green+Blue) = 216+51+69=336 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.29% from 336); Green value is 51 (20.31% from 255 or 15.18% from 336); Blue value is 69 (27.34% from 255 or 20.54% from 336); Max value from RGB is 216 - color contains mainly: red. Hex color #D83345 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83345 is #27CCBA. Grayscale: #666666. Windows color (decimal): -2608315 or 4535256. OLE color: 4535256.

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

Color convert

RGB 216 51 69 -
CMYK 0 0.76 0.68 0.15
HSL 353.45º 0.68% 0.52% -
HSV(B) 353.45º 0.76% 0.85% -
XYZ 30.58 17.4 7.38 -
YUV 102.39 109.16 209.04 -
System Red Green Blue C M Y K H S L
Decimal 216 51 69 0 0.76 0.68 0.15 353.45 0.68 0.52
Hex D8 33 45 0 4C 44 F 161 44 34
Octal 330 63 105 0 114 104 17 541 104 64
Binary 11011000 110011 1000101 0 1001100 1000100 1111 101100001 1000100 110100

Color Harmonies of #D83345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83345

Black with #D83345

Text Example


Text Example

White with #D83345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83345; }

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

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

background-color css

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

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

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

border-color css

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

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

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