Html Css Color HEX #D73344 Brick Red

📋 copy color: '#D73344'

red 215 ◦ green 51 ◦ blue 68

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

Shades of Brick Red #D73344

Tints of Brick Red #D73344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.36%

R = 64.37%
G = 15.27%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D73344 (or 0xD73344) is known color: Brick Red. HEX triplet: D7, 33 and 44. RGB value is (215,51,68). Sum of RGB (Red+Green+Blue) = 215+51+68=334 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.37% from 334); Green value is 51 (20.31% from 255 or 15.27% from 334); Blue value is 68 (26.95% from 255 or 20.36% from 334); Max value from RGB is 215 - color contains mainly: red. Hex color #D73344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73344 is #28CCBB. Grayscale: #666666. Windows color (decimal): -2673852 or 4469719. OLE color: 4469719.

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

Color convert

RGB 215 51 68 -
CMYK 0 0.76 0.68 0.16
HSL 353.78º 0.67% 0.52% -
HSV(B) 353.78º 0.76% 0.84% -
XYZ 30.25 17.23 7.2 -
YUV 101.97 108.83 208.62 -
System Red Green Blue C M Y K H S L
Decimal 215 51 68 0 0.76 0.68 0.16 353.78 0.67 0.52
Hex D7 33 44 0 4C 44 10 162 43 34
Octal 327 63 104 0 114 104 20 542 103 64
Binary 11010111 110011 1000100 0 1001100 1000100 10000 101100010 1000011 110100

Color Harmonies of #D73344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73344

Black with #D73344

Text Example


Text Example

White with #D73344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73344; }

 p { color: rgb(215,51,68); }

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

background-color css

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

 a { background-color: rgb(215,51,68); }

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

border-color css

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

 span { border-color: rgb(215,51,68); }

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