Html Css Color HEX #D22148 Brick Red

📋 copy color: '#D22148'

red 210 ◦ green 33 ◦ blue 72

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

Shades of Brick Red #D22148

Tints of Brick Red #D22148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 22.86%

R = 66.67%
G = 10.48%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D22148 (or 0xD22148) is known color: Brick Red. HEX triplet: D2, 21 and 48. RGB value is (210,33,72). Sum of RGB (Red+Green+Blue) = 210+33+72=315 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.67% from 315); Green value is 33 (13.28% from 255 or 10.48% from 315); Blue value is 72 (28.52% from 255 or 22.86% from 315); Max value from RGB is 210 - color contains mainly: red. Hex color #D22148 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22148 is #2DDEB7. Grayscale: #5A5A5A. Windows color (decimal): -3006136 or 4727250. OLE color: 4727250.

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

Color convert

RGB 210 33 72 -
CMYK 0 0.84 0.66 0.18
HSL 346.78º 0.73% 0.48% -
HSV(B) 346.78º 0.84% 0.82% -
XYZ 28.29 15.26 7.58 -
YUV 90.37 117.64 213.33 -
System Red Green Blue C M Y K H S L
Decimal 210 33 72 0 0.84 0.66 0.18 346.78 0.73 0.48
Hex D2 21 48 0 54 42 12 15B 49 30
Octal 322 41 110 0 124 102 22 533 111 60
Binary 11010010 100001 1001000 0 1010100 1000010 10010 101011011 1001001 110000

Color Harmonies of #D22148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22148

Black with #D22148

Text Example


Text Example

White with #D22148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22148; }

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

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

background-color css

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

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

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

border-color css

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

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

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