Html Css Color HEX #D22948 Brick Red

📋 copy color: '#D22948'

red 210 ◦ green 41 ◦ blue 72

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

Shades of Brick Red #D22948

Tints of Brick Red #D22948

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.69%

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

R = 65.02%
G = 12.69%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D22948 (or 0xD22948) is known color: Brick Red. HEX triplet: D2, 29 and 48. RGB value is (210,41,72). Sum of RGB (Red+Green+Blue) = 210+41+72=323 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.02% from 323); Green value is 41 (16.41% from 255 or 12.69% from 323); Blue value is 72 (28.52% from 255 or 22.29% from 323); Max value from RGB is 210 - color contains mainly: red. Hex color #D22948 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22948 is #2DD6B7. Grayscale: #5F5F5F. Windows color (decimal): -3004088 or 4729298. OLE color: 4729298.

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

Color convert

RGB 210 41 72 -
CMYK 0 0.80 0.66 0.18
HSL 348.99º 0.67% 0.49% -
HSV(B) 348.99º 0.8% 0.82% -
XYZ 28.54 15.76 7.67 -
YUV 95.07 114.99 209.98 -
System Red Green Blue C M Y K H S L
Decimal 210 41 72 0 0.80 0.66 0.18 348.99 0.67 0.49
Hex D2 29 48 0 50 42 12 15D 43 31
Octal 322 51 110 0 120 102 22 535 103 61
Binary 11010010 101001 1001000 0 1010000 1000010 10010 101011101 1000011 110001

Color Harmonies of #D22948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22948

Black with #D22948

Text Example


Text Example

White with #D22948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22948; }

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

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

background-color css

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

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

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

border-color css

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

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

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