Html Css Color HEX #D52E3D Brick Red

📋 copy color: '#D52E3D'

red 213 ◦ green 46 ◦ blue 61

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

Shades of Brick Red #D52E3D

Tints of Brick Red #D52E3D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.38%

 BLUE value IS 61 (24.22% from 255) = 19.06%

R = 66.56%
G = 14.38%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D52E3D (or 0xD52E3D) is known color: Brick Red. HEX triplet: D5, 2E and 3D. RGB value is (213,46,61). Sum of RGB (Red+Green+Blue) = 213+46+61=320 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.56% from 320); Green value is 46 (18.36% from 255 or 14.38% from 320); Blue value is 61 (24.22% from 255 or 19.06% from 320); Max value from RGB is 213 - color contains mainly: red. Hex color #D52E3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52E3D is #2AD1C2. Grayscale: #616161. Windows color (decimal): -2806211 or 4009685. OLE color: 4009685.

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

Color convert

RGB 213 46 61 -
CMYK 0 0.78 0.71 0.16
HSL 354.61º 0.67% 0.51% -
HSV(B) 354.61º 0.78% 0.84% -
XYZ 29.26 16.44 6.05 -
YUV 97.64 107.33 210.28 -
System Red Green Blue C M Y K H S L
Decimal 213 46 61 0 0.78 0.71 0.16 354.61 0.67 0.51
Hex D5 2E 3D 0 4E 47 10 163 43 33
Octal 325 56 75 0 116 107 20 543 103 63
Binary 11010101 101110 111101 0 1001110 1000111 10000 101100011 1000011 110011

Color Harmonies of #D52E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52E3D

Black with #D52E3D

Text Example


Text Example

White with #D52E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52E3D; }

 p { color: rgb(213,46,61); }

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

background-color css

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

 a { background-color: rgb(213,46,61); }

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

border-color css

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

 span { border-color: rgb(213,46,61); }

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