Html Css Color HEX #D22547 Brick Red

📋 copy color: '#D22547'

red 210 ◦ green 37 ◦ blue 71

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

Shades of Brick Red #D22547

Tints of Brick Red #D22547

RGB

 RED value IS 210 (82.42% from 255) = 66.04%

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

 BLUE value IS 71 (28.13% from 255) = 22.33%

R = 66.04%
G = 11.64%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D22547 (or 0xD22547) is known color: Brick Red. HEX triplet: D2, 25 and 47. RGB value is (210,37,71). Sum of RGB (Red+Green+Blue) = 210+37+71=318 (42% of max value = 765). Red value is 210 (82.42% from 255 or 66.04% from 318); Green value is 37 (14.84% from 255 or 11.64% from 318); Blue value is 71 (28.12% from 255 or 22.33% from 318); Max value from RGB is 210 - color contains mainly: red. Hex color #D22547 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22547 is #2DDAB8. Grayscale: #5C5C5C. Windows color (decimal): -3005113 or 4662738. OLE color: 4662738.

HSL color Cylindrical-coordinate representation of color #D22547: hue angle of 348.21º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D22547 is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 37 71 -
CMYK 0 0.82 0.66 0.18
HSL 348.21º 0.7% 0.48% -
HSV(B) 348.21º 0.82% 0.82% -
XYZ 28.38 15.48 7.45 -
YUV 92.6 115.81 211.74 -
System Red Green Blue C M Y K H S L
Decimal 210 37 71 0 0.82 0.66 0.18 348.21 0.7 0.48
Hex D2 25 47 0 52 42 12 15C 46 30
Octal 322 45 107 0 122 102 22 534 106 60
Binary 11010010 100101 1000111 0 1010010 1000010 10010 101011100 1000110 110000

Color Harmonies of #D22547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22547

Black with #D22547

Text Example


Text Example

White with #D22547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22547; }

 p { color: rgb(210,37,71); }

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

background-color css

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

 a { background-color: rgb(210,37,71); }

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

border-color css

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

 span { border-color: rgb(210,37,71); }

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