Html Css Color HEX #D22C47 Brick Red

📋 copy color: '#D22C47'

red 210 ◦ green 44 ◦ blue 71

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

Shades of Brick Red #D22C47

Tints of Brick Red #D22C47

RGB

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

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

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

R = 64.62%
G = 13.54%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D22C47 (or 0xD22C47) is known color: Brick Red. HEX triplet: D2, 2C and 47. RGB value is (210,44,71). Sum of RGB (Red+Green+Blue) = 210+44+71=325 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.62% from 325); Green value is 44 (17.58% from 255 or 13.54% from 325); Blue value is 71 (28.12% from 255 or 21.85% from 325); Max value from RGB is 210 - color contains mainly: red. Hex color #D22C47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22C47 is #2DD3B8. Grayscale: #606060. Windows color (decimal): -3003321 or 4664530. OLE color: 4664530.

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

Color convert

RGB 210 44 71 -
CMYK 0 0.79 0.66 0.18
HSL 350.24º 0.65% 0.5% -
HSV(B) 350.24º 0.79% 0.82% -
XYZ 28.62 15.96 7.53 -
YUV 96.71 113.5 208.8 -
System Red Green Blue C M Y K H S L
Decimal 210 44 71 0 0.79 0.66 0.18 350.24 0.65 0.5
Hex D2 2C 47 0 4F 42 12 15E 41 32
Octal 322 54 107 0 117 102 22 536 101 62
Binary 11010010 101100 1000111 0 1001111 1000010 10010 101011110 1000001 110010

Color Harmonies of #D22C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22C47

Black with #D22C47

Text Example


Text Example

White with #D22C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22C47; }

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

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

background-color css

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

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

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

border-color css

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

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

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