Html Css Color HEX #D52A43 Brick Red

📋 copy color: '#D52A43'

red 213 ◦ green 42 ◦ blue 67

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

Shades of Brick Red #D52A43

Tints of Brick Red #D52A43

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.04%

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

R = 66.15%
G = 13.04%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D52A43 (or 0xD52A43) is known color: Brick Red. HEX triplet: D5, 2A and 43. RGB value is (213,42,67). Sum of RGB (Red+Green+Blue) = 213+42+67=322 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.15% from 322); Green value is 42 (16.80% from 255 or 13.04% from 322); Blue value is 67 (26.56% from 255 or 20.81% from 322); Max value from RGB is 213 - color contains mainly: red. Hex color #D52A43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52A43 is #2AD5BC. Grayscale: #606060. Windows color (decimal): -2807229 or 4401877. OLE color: 4401877.

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

Color convert

RGB 213 42 67 -
CMYK 0 0.80 0.69 0.16
HSL 351.23º 0.67% 0.5% -
HSV(B) 351.23º 0.8% 0.84% -
XYZ 29.28 16.21 6.9 -
YUV 95.98 111.65 211.47 -
System Red Green Blue C M Y K H S L
Decimal 213 42 67 0 0.80 0.69 0.16 351.23 0.67 0.5
Hex D5 2A 43 0 50 45 10 15F 43 32
Octal 325 52 103 0 120 105 20 537 103 62
Binary 11010101 101010 1000011 0 1010000 1000101 10000 101011111 1000011 110010

Color Harmonies of #D52A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52A43

Black with #D52A43

Text Example


Text Example

White with #D52A43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52A43; }

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

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

background-color css

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

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

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

border-color css

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

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

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