Html Css Color HEX #D73042 Brick Red

📋 copy color: '#D73042'

red 215 ◦ green 48 ◦ blue 66

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

Shades of Brick Red #D73042

Tints of Brick Red #D73042

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.59%

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

R = 65.35%
G = 14.59%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D73042 (or 0xD73042) is known color: Brick Red. HEX triplet: D7, 30 and 42. RGB value is (215,48,66). Sum of RGB (Red+Green+Blue) = 215+48+66=329 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.35% from 329); Green value is 48 (19.14% from 255 or 14.59% from 329); Blue value is 66 (26.17% from 255 or 20.06% from 329); Max value from RGB is 215 - color contains mainly: red. Hex color #D73042 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73042 is #28CFBD. Grayscale: #646464. Windows color (decimal): -2674622 or 4337879. OLE color: 4337879.

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

Color convert

RGB 215 48 66 -
CMYK 0 0.78 0.69 0.16
HSL 353.53º 0.68% 0.52% -
HSV(B) 353.53º 0.78% 0.84% -
XYZ 30.06 16.95 6.84 -
YUV 99.99 108.83 210.04 -
System Red Green Blue C M Y K H S L
Decimal 215 48 66 0 0.78 0.69 0.16 353.53 0.68 0.52
Hex D7 30 42 0 4E 45 10 162 44 34
Octal 327 60 102 0 116 105 20 542 104 64
Binary 11010111 110000 1000010 0 1001110 1000101 10000 101100010 1000100 110100

Color Harmonies of #D73042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73042

Black with #D73042

Text Example


Text Example

White with #D73042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73042; }

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

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

background-color css

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

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

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

border-color css

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

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

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