Html Css Color HEX #D52C40 Brick Red

📋 copy color: '#D52C40'

red 213 ◦ green 44 ◦ blue 64

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

Shades of Brick Red #D52C40

Tints of Brick Red #D52C40

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.71%

 BLUE value IS 64 (25.39% from 255) = 19.94%

R = 66.36%
G = 13.71%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D52C40 (or 0xD52C40) is known color: Brick Red. HEX triplet: D5, 2C and 40. RGB value is (213,44,64). Sum of RGB (Red+Green+Blue) = 213+44+64=321 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.36% from 321); Green value is 44 (17.58% from 255 or 13.71% from 321); Blue value is 64 (25.39% from 255 or 19.94% from 321); Max value from RGB is 213 - color contains mainly: red. Hex color #D52C40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52C40 is #2AD3BF. Grayscale: #606060. Windows color (decimal): -2806720 or 4205781. OLE color: 4205781.

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

Color convert

RGB 213 44 64 -
CMYK 0 0.79 0.70 0.16
HSL 352.9º 0.67% 0.5% -
HSV(B) 352.9º 0.79% 0.84% -
XYZ 29.27 16.32 6.46 -
YUV 96.81 109.49 210.87 -
System Red Green Blue C M Y K H S L
Decimal 213 44 64 0 0.79 0.70 0.16 352.9 0.67 0.5
Hex D5 2C 40 0 4F 46 10 161 43 32
Octal 325 54 100 0 117 106 20 541 103 62
Binary 11010101 101100 1000000 0 1001111 1000110 10000 101100001 1000011 110010

Color Harmonies of #D52C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52C40

Black with #D52C40

Text Example


Text Example

White with #D52C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52C40; }

 p { color: rgb(213,44,64); }

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

background-color css

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

 a { background-color: rgb(213,44,64); }

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

border-color css

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

 span { border-color: rgb(213,44,64); }

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