Html Css Color HEX #D73845 Brick Red

📋 copy color: '#D73845'

red 215 ◦ green 56 ◦ blue 69

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

Shades of Brick Red #D73845

Tints of Brick Red #D73845

RGB

 RED value IS 215 (84.38% from 255) = 63.24%

 GREEN value IS 56 (22.27% from 255) = 16.47%

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

R = 63.24%
G = 16.47%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D73845 (or 0xD73845) is known color: Brick Red. HEX triplet: D7, 38 and 45. RGB value is (215,56,69). Sum of RGB (Red+Green+Blue) = 215+56+69=340 (45% of max value = 765). Red value is 215 (84.38% from 255 or 63.24% from 340); Green value is 56 (22.27% from 255 or 16.47% from 340); Blue value is 69 (27.34% from 255 or 20.29% from 340); Max value from RGB is 215 - color contains mainly: red. Hex color #D73845 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73845 is #28C7BA. Grayscale: #696969. Windows color (decimal): -2672571 or 4536535. OLE color: 4536535.

HSL color Cylindrical-coordinate representation of color #D73845: hue angle of 355.09º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D73845 is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 56 69 -
CMYK 0 0.74 0.68 0.16
HSL 355.09º 0.67% 0.53% -
HSV(B) 355.09º 0.74% 0.84% -
XYZ 30.51 17.71 7.44 -
YUV 105.02 107.68 206.44 -
System Red Green Blue C M Y K H S L
Decimal 215 56 69 0 0.74 0.68 0.16 355.09 0.67 0.53
Hex D7 38 45 0 4A 44 10 163 43 35
Octal 327 70 105 0 112 104 20 543 103 65
Binary 11010111 111000 1000101 0 1001010 1000100 10000 101100011 1000011 110101

Color Harmonies of #D73845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73845

Black with #D73845

Text Example


Text Example

White with #D73845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73845; }

 p { color: rgb(215,56,69); }

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

background-color css

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

 a { background-color: rgb(215,56,69); }

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

border-color css

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

 span { border-color: rgb(215,56,69); }

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