Html Css Color HEX #D73342 Brick Red

📋 copy color: '#D73342'

red 215 ◦ green 51 ◦ blue 66

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

Shades of Brick Red #D73342

Tints of Brick Red #D73342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.88%

R = 64.76%
G = 15.36%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D73342 (or 0xD73342) is known color: Brick Red. HEX triplet: D7, 33 and 42. RGB value is (215,51,66). Sum of RGB (Red+Green+Blue) = 215+51+66=332 (43% of max value = 765). Red value is 215 (84.38% from 255 or 64.76% from 332); Green value is 51 (20.31% from 255 or 15.36% from 332); Blue value is 66 (26.17% from 255 or 19.88% from 332); Max value from RGB is 215 - color contains mainly: red. Hex color #D73342 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73342 is #28CCBD. Grayscale: #656565. Windows color (decimal): -2673854 or 4338647. OLE color: 4338647.

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

Color convert

RGB 215 51 66 -
CMYK 0 0.76 0.69 0.16
HSL 354.51º 0.67% 0.52% -
HSV(B) 354.51º 0.76% 0.84% -
XYZ 30.19 17.21 6.88 -
YUV 101.75 107.83 208.78 -
System Red Green Blue C M Y K H S L
Decimal 215 51 66 0 0.76 0.69 0.16 354.51 0.67 0.52
Hex D7 33 42 0 4C 45 10 163 43 34
Octal 327 63 102 0 114 105 20 543 103 64
Binary 11010111 110011 1000010 0 1001100 1000101 10000 101100011 1000011 110100

Color Harmonies of #D73342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73342

Black with #D73342

Text Example


Text Example

White with #D73342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73342; }

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

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

background-color css

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

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

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

border-color css

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

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

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