Html Css Color HEX #D22646 Brick Red

📋 copy color: '#D22646'

red 210 ◦ green 38 ◦ blue 70

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

Shades of Brick Red #D22646

Tints of Brick Red #D22646

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.95%

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

R = 66.04%
G = 11.95%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D22646 (or 0xD22646) is known color: Brick Red. HEX triplet: D2, 26 and 46. RGB value is (210,38,70). Sum of RGB (Red+Green+Blue) = 210+38+70=318 (42% of max value = 765). Red value is 210 (82.42% from 255 or 66.04% from 318); Green value is 38 (15.23% from 255 or 11.95% from 318); Blue value is 70 (27.73% from 255 or 22.01% from 318); Max value from RGB is 210 - color contains mainly: red. Hex color #D22646 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22646 is #2DD9B9. Grayscale: #5D5D5D. Windows color (decimal): -3004858 or 4597458. OLE color: 4597458.

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

Color convert

RGB 210 38 70 -
CMYK 0 0.82 0.67 0.18
HSL 348.84º 0.69% 0.49% -
HSV(B) 348.84º 0.82% 0.82% -
XYZ 28.38 15.53 7.3 -
YUV 93.08 114.98 211.4 -
System Red Green Blue C M Y K H S L
Decimal 210 38 70 0 0.82 0.67 0.18 348.84 0.69 0.49
Hex D2 26 46 0 52 43 12 15D 45 31
Octal 322 46 106 0 122 103 22 535 105 61
Binary 11010010 100110 1000110 0 1010010 1000011 10010 101011101 1000101 110001

Color Harmonies of #D22646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22646

Black with #D22646

Text Example


Text Example

White with #D22646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22646; }

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

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

background-color css

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

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

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

border-color css

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

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

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