Html Css Color HEX #D52843 Brick Red

📋 copy color: '#D52843'

red 213 ◦ green 40 ◦ blue 67

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

Shades of Brick Red #D52843

Tints of Brick Red #D52843

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.5%

 BLUE value IS 67 (26.56% from 255) = 20.94%

R = 66.56%
G = 12.5%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D52843 (or 0xD52843) is known color: Brick Red. HEX triplet: D5, 28 and 43. RGB value is (213,40,67). Sum of RGB (Red+Green+Blue) = 213+40+67=320 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.56% from 320); Green value is 40 (16.02% from 255 or 12.5% from 320); Blue value is 67 (26.56% from 255 or 20.94% from 320); Max value from RGB is 213 - color contains mainly: red. Hex color #D52843 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52843 is #2AD7BC. Grayscale: #5E5E5E. Windows color (decimal): -2807741 or 4401365. OLE color: 4401365.

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

Color convert

RGB 213 40 67 -
CMYK 0 0.81 0.69 0.16
HSL 350.64º 0.68% 0.5% -
HSV(B) 350.64º 0.81% 0.84% -
XYZ 29.21 16.07 6.87 -
YUV 94.81 112.31 212.3 -
System Red Green Blue C M Y K H S L
Decimal 213 40 67 0 0.81 0.69 0.16 350.64 0.68 0.5
Hex D5 28 43 0 51 45 10 15F 44 32
Octal 325 50 103 0 121 105 20 537 104 62
Binary 11010101 101000 1000011 0 1010001 1000101 10000 101011111 1000100 110010

Color Harmonies of #D52843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52843

Black with #D52843

Text Example


Text Example

White with #D52843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52843; }

 p { color: rgb(213,40,67); }

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

background-color css

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

 a { background-color: rgb(213,40,67); }

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

border-color css

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

 span { border-color: rgb(213,40,67); }

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