Html Css Color HEX #D53242 Brick Red

📋 copy color: '#D53242'

red 213 ◦ green 50 ◦ blue 66

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

Shades of Brick Red #D53242

Tints of Brick Red #D53242

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.2%

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

R = 64.74%
G = 15.2%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D53242 (or 0xD53242) is known color: Brick Red. HEX triplet: D5, 32 and 42. RGB value is (213,50,66). Sum of RGB (Red+Green+Blue) = 213+50+66=329 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.74% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 66 (26.17% from 255 or 20.06% from 329); Max value from RGB is 213 - color contains mainly: red. Hex color #D53242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53242 is #2ACDBD. Grayscale: #646464. Windows color (decimal): -2805182 or 4338389. OLE color: 4338389.

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

Color convert

RGB 213 50 66 -
CMYK 0 0.77 0.69 0.16
HSL 354.11º 0.66% 0.52% -
HSV(B) 354.11º 0.77% 0.84% -
XYZ 29.56 16.82 6.84 -
YUV 100.56 108.5 208.2 -
System Red Green Blue C M Y K H S L
Decimal 213 50 66 0 0.77 0.69 0.16 354.11 0.66 0.52
Hex D5 32 42 0 4D 45 10 162 42 34
Octal 325 62 102 0 115 105 20 542 102 64
Binary 11010101 110010 1000010 0 1001101 1000101 10000 101100010 1000010 110100

Color Harmonies of #D53242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53242

Black with #D53242

Text Example


Text Example

White with #D53242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53242; }

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

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

background-color css

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

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

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

border-color css

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

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

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