Html Css Color HEX #D22D46 Brick Red

📋 copy color: '#D22D46'

red 210 ◦ green 45 ◦ blue 70

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

Shades of Brick Red #D22D46

Tints of Brick Red #D22D46

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.85%

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

R = 64.62%
G = 13.85%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D22D46 (or 0xD22D46) is known color: Brick Red. HEX triplet: D2, 2D and 46. RGB value is (210,45,70). Sum of RGB (Red+Green+Blue) = 210+45+70=325 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.62% from 325); Green value is 45 (17.97% from 255 or 13.85% from 325); Blue value is 70 (27.73% from 255 or 21.54% from 325); Max value from RGB is 210 - color contains mainly: red. Hex color #D22D46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22D46 is #2DD2B9. Grayscale: #616161. Windows color (decimal): -3003066 or 4599250. OLE color: 4599250.

HSL color Cylindrical-coordinate representation of color #D22D46: hue angle of 350.91º 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 #D22D46 is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 45 70 -
CMYK 0 0.79 0.67 0.18
HSL 350.91º 0.65% 0.5% -
HSV(B) 350.91º 0.79% 0.82% -
XYZ 28.62 16.02 7.38 -
YUV 97.19 112.66 208.47 -
System Red Green Blue C M Y K H S L
Decimal 210 45 70 0 0.79 0.67 0.18 350.91 0.65 0.5
Hex D2 2D 46 0 4F 43 12 15F 41 32
Octal 322 55 106 0 117 103 22 537 101 62
Binary 11010010 101101 1000110 0 1001111 1000011 10010 101011111 1000001 110010

Color Harmonies of #D22D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22D46

Black with #D22D46

Text Example


Text Example

White with #D22D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22D46; }

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

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

background-color css

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

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

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

border-color css

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

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

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