Html Css Color HEX #D22146 Brick Red

📋 copy color: '#D22146'

red 210 ◦ green 33 ◦ blue 70

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

Shades of Brick Red #D22146

Tints of Brick Red #D22146

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.54%

 BLUE value IS 70 (27.73% from 255) = 22.36%

R = 67.09%
G = 10.54%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D22146 (or 0xD22146) is known color: Brick Red. HEX triplet: D2, 21 and 46. RGB value is (210,33,70). Sum of RGB (Red+Green+Blue) = 210+33+70=313 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.09% from 313); Green value is 33 (13.28% from 255 or 10.54% from 313); Blue value is 70 (27.73% from 255 or 22.36% from 313); Max value from RGB is 210 - color contains mainly: red. Hex color #D22146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22146 is #2DDEB9. Grayscale: #5A5A5A. Windows color (decimal): -3006138 or 4596178. OLE color: 4596178.

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

Color convert

RGB 210 33 70 -
CMYK 0 0.84 0.67 0.18
HSL 347.46º 0.73% 0.48% -
HSV(B) 347.46º 0.84% 0.82% -
XYZ 28.23 15.23 7.25 -
YUV 90.14 116.64 213.49 -
System Red Green Blue C M Y K H S L
Decimal 210 33 70 0 0.84 0.67 0.18 347.46 0.73 0.48
Hex D2 21 46 0 54 43 12 15B 49 30
Octal 322 41 106 0 124 103 22 533 111 60
Binary 11010010 100001 1000110 0 1010100 1000011 10010 101011011 1001001 110000

Color Harmonies of #D22146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22146

Black with #D22146

Text Example


Text Example

White with #D22146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22146; }

 p { color: rgb(210,33,70); }

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

background-color css

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

 a { background-color: rgb(210,33,70); }

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

border-color css

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

 span { border-color: rgb(210,33,70); }

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