Html Css Color HEX #D52B44 Brick Red

📋 copy color: '#D52B44'

red 213 ◦ green 43 ◦ blue 68

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

Shades of Brick Red #D52B44

Tints of Brick Red #D52B44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.99%

R = 65.74%
G = 13.27%
B = 20.99%

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

#D52B44 (or 0xD52B44) is known color: Brick Red. HEX triplet: D5, 2B and 44. RGB value is (213,43,68). Sum of RGB (Red+Green+Blue) = 213+43+68=324 (42% of max value = 765). Red value is 213 (83.59% from 255 or 65.74% from 324); Green value is 43 (17.19% from 255 or 13.27% from 324); Blue value is 68 (26.95% from 255 or 20.99% from 324); Max value from RGB is 213 - color contains mainly: red. Hex color #D52B44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52B44 is #2AD4BB. Grayscale: #606060. Windows color (decimal): -2806972 or 4467669. OLE color: 4467669.

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

Color convert

RGB 213 43 68 -
CMYK 0 0.80 0.68 0.16
HSL 351.18º 0.67% 0.5% -
HSV(B) 351.18º 0.8% 0.84% -
XYZ 29.35 16.29 7.07 -
YUV 96.68 111.82 210.97 -
System Red Green Blue C M Y K H S L
Decimal 213 43 68 0 0.80 0.68 0.16 351.18 0.67 0.5
Hex D5 2B 44 0 50 44 10 15F 43 32
Octal 325 53 104 0 120 104 20 537 103 62
Binary 11010101 101011 1000100 0 1010000 1000100 10000 101011111 1000011 110010

Color Harmonies of #D52B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52B44

Black with #D52B44

Text Example


Text Example

White with #D52B44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52B44; }

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

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

background-color css

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

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

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

border-color css

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

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

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