Html Css Color HEX #D52540 Brick Red

📋 copy color: '#D52540'

red 213 ◦ green 37 ◦ blue 64

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

Shades of Brick Red #D52540

Tints of Brick Red #D52540

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.78%

 BLUE value IS 64 (25.39% from 255) = 20.38%

R = 67.83%
G = 11.78%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D52540 (or 0xD52540) is known color: Brick Red. HEX triplet: D5, 25 and 40. RGB value is (213,37,64). Sum of RGB (Red+Green+Blue) = 213+37+64=314 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.83% from 314); Green value is 37 (14.84% from 255 or 11.78% from 314); Blue value is 64 (25.39% from 255 or 20.38% from 314); Max value from RGB is 213 - color contains mainly: red. Hex color #D52540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52540 is #2ADABF. Grayscale: #5C5C5C. Windows color (decimal): -2808512 or 4203989. OLE color: 4203989.

HSL color Cylindrical-coordinate representation of color #D52540: hue angle of 350.8º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D52540 is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 37 64 -
CMYK 0 0.83 0.70 0.16
HSL 350.8º 0.7% 0.49% -
HSV(B) 350.8º 0.83% 0.84% -
XYZ 29.03 15.84 6.38 -
YUV 92.7 111.81 213.8 -
System Red Green Blue C M Y K H S L
Decimal 213 37 64 0 0.83 0.70 0.16 350.8 0.7 0.49
Hex D5 25 40 0 53 46 10 15F 46 31
Octal 325 45 100 0 123 106 20 537 106 61
Binary 11010101 100101 1000000 0 1010011 1000110 10000 101011111 1000110 110001

Color Harmonies of #D52540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52540

Black with #D52540

Text Example


Text Example

White with #D52540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52540; }

 p { color: rgb(213,37,64); }

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

background-color css

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

 a { background-color: rgb(213,37,64); }

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

border-color css

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

 span { border-color: rgb(213,37,64); }

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