Html Css Color HEX #D52542 Brick Red

📋 copy color: '#D52542'

red 213 ◦ green 37 ◦ blue 66

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

Shades of Brick Red #D52542

Tints of Brick Red #D52542

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.71%

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

R = 67.41%
G = 11.71%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D52542 (or 0xD52542) is known color: Brick Red. HEX triplet: D5, 25 and 42. RGB value is (213,37,66). Sum of RGB (Red+Green+Blue) = 213+37+66=316 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.41% from 316); Green value is 37 (14.84% from 255 or 11.71% from 316); Blue value is 66 (26.17% from 255 or 20.89% from 316); Max value from RGB is 213 - color contains mainly: red. Hex color #D52542 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52542 is #2ADABD. Grayscale: #5C5C5C. Windows color (decimal): -2808510 or 4335061. OLE color: 4335061.

HSL color Cylindrical-coordinate representation of color #D52542: hue angle of 350.11º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D52542 is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 37 66 -
CMYK 0 0.83 0.69 0.16
HSL 350.11º 0.7% 0.49% -
HSV(B) 350.11º 0.83% 0.84% -
XYZ 29.09 15.86 6.68 -
YUV 92.93 112.81 213.64 -
System Red Green Blue C M Y K H S L
Decimal 213 37 66 0 0.83 0.69 0.16 350.11 0.7 0.49
Hex D5 25 42 0 53 45 10 15E 46 31
Octal 325 45 102 0 123 105 20 536 106 61
Binary 11010101 100101 1000010 0 1010011 1000101 10000 101011110 1000110 110001

Color Harmonies of #D52542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52542

Black with #D52542

Text Example


Text Example

White with #D52542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52542; }

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

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

background-color css

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

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

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

border-color css

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

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

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