Html Css Color HEX #D52E41 Brick Red

📋 copy color: '#D52E41'

red 213 ◦ green 46 ◦ blue 65

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

Shades of Brick Red #D52E41

Tints of Brick Red #D52E41

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.2%

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

R = 65.74%
G = 14.2%
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

#D52E41 (or 0xD52E41) is known color: Brick Red. HEX triplet: D5, 2E and 41. RGB value is (213,46,65). Sum of RGB (Red+Green+Blue) = 213+46+65=324 (42% of max value = 765). Red value is 213 (83.59% from 255 or 65.74% from 324); Green value is 46 (18.36% from 255 or 14.20% from 324); Blue value is 65 (25.78% from 255 or 20.06% from 324); Max value from RGB is 213 - color contains mainly: red. Hex color #D52E41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52E41 is #2AD1BE. Grayscale: #626262. Windows color (decimal): -2806207 or 4271829. OLE color: 4271829.

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

Color convert

RGB 213 46 65 -
CMYK 0 0.78 0.69 0.16
HSL 353.17º 0.67% 0.51% -
HSV(B) 353.17º 0.78% 0.84% -
XYZ 29.37 16.48 6.63 -
YUV 98.1 109.33 209.96 -
System Red Green Blue C M Y K H S L
Decimal 213 46 65 0 0.78 0.69 0.16 353.17 0.67 0.51
Hex D5 2E 41 0 4E 45 10 161 43 33
Octal 325 56 101 0 116 105 20 541 103 63
Binary 11010101 101110 1000001 0 1001110 1000101 10000 101100001 1000011 110011

Color Harmonies of #D52E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52E41

Black with #D52E41

Text Example


Text Example

White with #D52E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52E41; }

 p { color: rgb(213,46,65); }

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

background-color css

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

 a { background-color: rgb(213,46,65); }

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

border-color css

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

 span { border-color: rgb(213,46,65); }

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