Html Css Color HEX #D53342 Brick Red

📋 copy color: '#D53342'

red 213 ◦ green 51 ◦ blue 66

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

Shades of Brick Red #D53342

Tints of Brick Red #D53342

RGB

 RED value IS 213 (83.59% from 255) = 64.55%

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

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

R = 64.55%
G = 15.45%
B = 20%

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

#D53342 (or 0xD53342) is known color: Brick Red. HEX triplet: D5, 33 and 42. RGB value is (213,51,66). Sum of RGB (Red+Green+Blue) = 213+51+66=330 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.55% from 330); Green value is 51 (20.31% from 255 or 15.45% from 330); Blue value is 66 (26.17% from 255 or 20% from 330); Max value from RGB is 213 - color contains mainly: red. Hex color #D53342 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53342 is #2ACCBD. Grayscale: #656565. Windows color (decimal): -2804926 or 4338645. OLE color: 4338645.

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

Color convert

RGB 213 51 66 -
CMYK 0 0.76 0.69 0.16
HSL 354.44º 0.66% 0.52% -
HSV(B) 354.44º 0.76% 0.84% -
XYZ 29.61 16.91 6.86 -
YUV 101.15 108.17 207.78 -
System Red Green Blue C M Y K H S L
Decimal 213 51 66 0 0.76 0.69 0.16 354.44 0.66 0.52
Hex D5 33 42 0 4C 45 10 162 42 34
Octal 325 63 102 0 114 105 20 542 102 64
Binary 11010101 110011 1000010 0 1001100 1000101 10000 101100010 1000010 110100

Color Harmonies of #D53342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53342

Black with #D53342

Text Example


Text Example

White with #D53342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53342; }

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

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

background-color css

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

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

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

border-color css

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

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

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