Html Css Color HEX #D73341 Brick Red

📋 copy color: '#D73341'

red 215 ◦ green 51 ◦ blue 65

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

Shades of Brick Red #D73341

Tints of Brick Red #D73341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.64%

R = 64.95%
G = 15.41%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D73341 (or 0xD73341) is known color: Brick Red. HEX triplet: D7, 33 and 41. RGB value is (215,51,65). Sum of RGB (Red+Green+Blue) = 215+51+65=331 (43% of max value = 765). Red value is 215 (84.38% from 255 or 64.95% from 331); Green value is 51 (20.31% from 255 or 15.41% from 331); Blue value is 65 (25.78% from 255 or 19.64% from 331); Max value from RGB is 215 - color contains mainly: red. Hex color #D73341 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73341 is #28CCBE. Grayscale: #656565. Windows color (decimal): -2673855 or 4273111. OLE color: 4273111.

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

Color convert

RGB 215 51 65 -
CMYK 0 0.76 0.70 0.16
HSL 354.88º 0.67% 0.52% -
HSV(B) 354.88º 0.76% 0.84% -
XYZ 30.16 17.2 6.73 -
YUV 101.63 107.33 208.86 -
System Red Green Blue C M Y K H S L
Decimal 215 51 65 0 0.76 0.70 0.16 354.88 0.67 0.52
Hex D7 33 41 0 4C 46 10 163 43 34
Octal 327 63 101 0 114 106 20 543 103 64
Binary 11010111 110011 1000001 0 1001100 1000110 10000 101100011 1000011 110100

Color Harmonies of #D73341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73341

Black with #D73341

Text Example


Text Example

White with #D73341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73341; }

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

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

background-color css

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

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

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

border-color css

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

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

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