Html Css Color HEX #D22347 Brick Red

📋 copy color: '#D22347'

red 210 ◦ green 35 ◦ blue 71

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

Shades of Brick Red #D22347

Tints of Brick Red #D22347

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 22.47%

R = 66.46%
G = 11.08%
B = 22.47%

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

#D22347 (or 0xD22347) is known color: Brick Red. HEX triplet: D2, 23 and 47. RGB value is (210,35,71). Sum of RGB (Red+Green+Blue) = 210+35+71=316 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.46% from 316); Green value is 35 (14.06% from 255 or 11.08% from 316); Blue value is 71 (28.12% from 255 or 22.47% from 316); Max value from RGB is 210 - color contains mainly: red. Hex color #D22347 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22347 is #2DDCB8. Grayscale: #5B5B5B. Windows color (decimal): -3005625 or 4662226. OLE color: 4662226.

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

Color convert

RGB 210 35 71 -
CMYK 0 0.83 0.66 0.18
HSL 347.66º 0.71% 0.48% -
HSV(B) 347.66º 0.83% 0.82% -
XYZ 28.32 15.36 7.43 -
YUV 91.43 116.48 212.57 -
System Red Green Blue C M Y K H S L
Decimal 210 35 71 0 0.83 0.66 0.18 347.66 0.71 0.48
Hex D2 23 47 0 53 42 12 15C 47 30
Octal 322 43 107 0 123 102 22 534 107 60
Binary 11010010 100011 1000111 0 1010011 1000010 10010 101011100 1000111 110000

Color Harmonies of #D22347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22347

Black with #D22347

Text Example


Text Example

White with #D22347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22347; }

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

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

background-color css

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

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

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

border-color css

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

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

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