Html Css Color HEX #D22346 Brick Red

📋 copy color: '#D22346'

red 210 ◦ green 35 ◦ blue 70

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

Shades of Brick Red #D22346

Tints of Brick Red #D22346

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.11%

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

R = 66.67%
G = 11.11%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D22346 (or 0xD22346) is known color: Brick Red. HEX triplet: D2, 23 and 46. RGB value is (210,35,70). Sum of RGB (Red+Green+Blue) = 210+35+70=315 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.67% from 315); Green value is 35 (14.06% from 255 or 11.11% from 315); Blue value is 70 (27.73% from 255 or 22.22% from 315); Max value from RGB is 210 - color contains mainly: red. Hex color #D22346 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22346 is #2DDCB9. Grayscale: #5B5B5B. Windows color (decimal): -3005626 or 4596690. OLE color: 4596690.

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

Color convert

RGB 210 35 70 -
CMYK 0 0.83 0.67 0.18
HSL 348º 0.71% 0.48% -
HSV(B) 348º 0.83% 0.82% -
XYZ 28.28 15.35 7.27 -
YUV 91.32 115.98 212.65 -
System Red Green Blue C M Y K H S L
Decimal 210 35 70 0 0.83 0.67 0.18 348 0.71 0.48
Hex D2 23 46 0 53 43 12 15C 47 30
Octal 322 43 106 0 123 103 22 534 107 60
Binary 11010010 100011 1000110 0 1010011 1000011 10010 101011100 1000111 110000

Color Harmonies of #D22346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22346

Black with #D22346

Text Example


Text Example

White with #D22346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22346; }

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

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

background-color css

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

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

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

border-color css

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

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

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