Html Css Color HEX #D52B42 Brick Red

📋 copy color: '#D52B42'

red 213 ◦ green 43 ◦ blue 66

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

Shades of Brick Red #D52B42

Tints of Brick Red #D52B42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.5%

R = 66.15%
G = 13.35%
B = 20.5%

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

#D52B42 (or 0xD52B42) is known color: Brick Red. HEX triplet: D5, 2B and 42. RGB value is (213,43,66). Sum of RGB (Red+Green+Blue) = 213+43+66=322 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.15% from 322); Green value is 43 (17.19% from 255 or 13.35% from 322); Blue value is 66 (26.17% from 255 or 20.50% from 322); Max value from RGB is 213 - color contains mainly: red. Hex color #D52B42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52B42 is #2AD4BD. Grayscale: #606060. Windows color (decimal): -2806974 or 4336597. OLE color: 4336597.

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

Color convert

RGB 213 43 66 -
CMYK 0 0.80 0.69 0.16
HSL 351.88º 0.67% 0.5% -
HSV(B) 351.88º 0.8% 0.84% -
XYZ 29.29 16.27 6.75 -
YUV 96.45 110.82 211.13 -
System Red Green Blue C M Y K H S L
Decimal 213 43 66 0 0.80 0.69 0.16 351.88 0.67 0.5
Hex D5 2B 42 0 50 45 10 160 43 32
Octal 325 53 102 0 120 105 20 540 103 62
Binary 11010101 101011 1000010 0 1010000 1000101 10000 101100000 1000011 110010

Color Harmonies of #D52B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52B42

Black with #D52B42

Text Example


Text Example

White with #D52B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52B42; }

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

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

background-color css

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

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

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

border-color css

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

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

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