Html Css Color HEX #D22846 Brick Red

📋 copy color: '#D22846'

red 210 ◦ green 40 ◦ blue 70

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

Shades of Brick Red #D22846

Tints of Brick Red #D22846

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.5%

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

R = 65.63%
G = 12.5%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D22846 (or 0xD22846) is known color: Brick Red. HEX triplet: D2, 28 and 46. RGB value is (210,40,70). Sum of RGB (Red+Green+Blue) = 210+40+70=320 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.62% from 320); Green value is 40 (16.02% from 255 or 12.5% from 320); Blue value is 70 (27.73% from 255 or 21.88% from 320); Max value from RGB is 210 - color contains mainly: red. Hex color #D22846 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22846 is #2DD7B9. Grayscale: #5E5E5E. Windows color (decimal): -3004346 or 4597970. OLE color: 4597970.

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

Color convert

RGB 210 40 70 -
CMYK 0 0.81 0.67 0.18
HSL 349.41º 0.68% 0.49% -
HSV(B) 349.41º 0.81% 0.82% -
XYZ 28.44 15.66 7.32 -
YUV 94.25 114.32 210.56 -
System Red Green Blue C M Y K H S L
Decimal 210 40 70 0 0.81 0.67 0.18 349.41 0.68 0.49
Hex D2 28 46 0 51 43 12 15D 44 31
Octal 322 50 106 0 121 103 22 535 104 61
Binary 11010010 101000 1000110 0 1010001 1000011 10010 101011101 1000100 110001

Color Harmonies of #D22846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22846

Black with #D22846

Text Example


Text Example

White with #D22846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22846; }

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

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

background-color css

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

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

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

border-color css

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

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

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