Html Css Color HEX #D22348 Brick Red

📋 copy color: '#D22348'

red 210 ◦ green 35 ◦ blue 72

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

Shades of Brick Red #D22348

Tints of Brick Red #D22348

RGB

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

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

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

R = 66.25%
G = 11.04%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D22348 (or 0xD22348) is known color: Brick Red. HEX triplet: D2, 23 and 48. RGB value is (210,35,72). Sum of RGB (Red+Green+Blue) = 210+35+72=317 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.25% from 317); Green value is 35 (14.06% from 255 or 11.04% from 317); Blue value is 72 (28.52% from 255 or 22.71% from 317); Max value from RGB is 210 - color contains mainly: red. Hex color #D22348 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22348 is #2DDCB7. Grayscale: #5B5B5B. Windows color (decimal): -3005624 or 4727762. OLE color: 4727762.

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

Color convert

RGB 210 35 72 -
CMYK 0 0.83 0.66 0.18
HSL 347.31º 0.71% 0.48% -
HSV(B) 347.31º 0.83% 0.82% -
XYZ 28.35 15.37 7.6 -
YUV 91.54 116.98 212.49 -
System Red Green Blue C M Y K H S L
Decimal 210 35 72 0 0.83 0.66 0.18 347.31 0.71 0.48
Hex D2 23 48 0 53 42 12 15B 47 30
Octal 322 43 110 0 123 102 22 533 107 60
Binary 11010010 100011 1001000 0 1010011 1000010 10010 101011011 1000111 110000

Color Harmonies of #D22348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22348

Black with #D22348

Text Example


Text Example

White with #D22348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22348; }

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

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

background-color css

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

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

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

border-color css

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

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

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