Html Css Color HEX #D53442 Brick Red

📋 copy color: '#D53442'

red 213 ◦ green 52 ◦ blue 66

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

Shades of Brick Red #D53442

Tints of Brick Red #D53442

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.71%

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

R = 64.35%
G = 15.71%
B = 19.94%

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

#D53442 (or 0xD53442) is known color: Brick Red. HEX triplet: D5, 34 and 42. RGB value is (213,52,66). Sum of RGB (Red+Green+Blue) = 213+52+66=331 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.35% from 331); Green value is 52 (20.70% from 255 or 15.71% from 331); Blue value is 66 (26.17% from 255 or 19.94% from 331); Max value from RGB is 213 - color contains mainly: red. Hex color #D53442 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53442 is #2ACBBD. Grayscale: #656565. Windows color (decimal): -2804670 or 4338901. OLE color: 4338901.

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

Color convert

RGB 213 52 66 -
CMYK 0 0.76 0.69 0.16
HSL 354.78º 0.66% 0.52% -
HSV(B) 354.78º 0.76% 0.84% -
XYZ 29.65 17 6.87 -
YUV 101.74 107.84 207.36 -
System Red Green Blue C M Y K H S L
Decimal 213 52 66 0 0.76 0.69 0.16 354.78 0.66 0.52
Hex D5 34 42 0 4C 45 10 163 42 34
Octal 325 64 102 0 114 105 20 543 102 64
Binary 11010101 110100 1000010 0 1001100 1000101 10000 101100011 1000010 110100

Color Harmonies of #D53442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53442

Black with #D53442

Text Example


Text Example

White with #D53442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53442; }

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

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

background-color css

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

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

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

border-color css

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

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

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