Html Css Color HEX #D52B45 Brick Red

📋 copy color: '#D52B45'

red 213 ◦ green 43 ◦ blue 69

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

Shades of Brick Red #D52B45

Tints of Brick Red #D52B45

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.23%

 BLUE value IS 69 (27.34% from 255) = 21.23%

R = 65.54%
G = 13.23%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D52B45 (or 0xD52B45) is known color: Brick Red. HEX triplet: D5, 2B and 45. RGB value is (213,43,69). Sum of RGB (Red+Green+Blue) = 213+43+69=325 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.54% from 325); Green value is 43 (17.19% from 255 or 13.23% from 325); Blue value is 69 (27.34% from 255 or 21.23% from 325); Max value from RGB is 213 - color contains mainly: red. Hex color #D52B45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52B45 is #2AD4BA. Grayscale: #606060. Windows color (decimal): -2806971 or 4533205. OLE color: 4533205.

HSL color Cylindrical-coordinate representation of color #D52B45: hue angle of 350.82º 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 #D52B45 is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 43 69 -
CMYK 0 0.80 0.68 0.16
HSL 350.82º 0.67% 0.5% -
HSV(B) 350.82º 0.8% 0.84% -
XYZ 29.38 16.3 7.23 -
YUV 96.79 112.32 210.89 -
System Red Green Blue C M Y K H S L
Decimal 213 43 69 0 0.80 0.68 0.16 350.82 0.67 0.5
Hex D5 2B 45 0 50 44 10 15F 43 32
Octal 325 53 105 0 120 104 20 537 103 62
Binary 11010101 101011 1000101 0 1010000 1000100 10000 101011111 1000011 110010

Color Harmonies of #D52B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52B45

Black with #D52B45

Text Example


Text Example

White with #D52B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52B45; }

 p { color: rgb(213,43,69); }

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

background-color css

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

 a { background-color: rgb(213,43,69); }

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

border-color css

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

 span { border-color: rgb(213,43,69); }

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