Html Css Color HEX #D22344 Brick Red

📋 copy color: '#D22344'

red 210 ◦ green 35 ◦ blue 68

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

Shades of Brick Red #D22344

Tints of Brick Red #D22344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 21.73%

R = 67.09%
G = 11.18%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D22344 (or 0xD22344) is known color: Brick Red. HEX triplet: D2, 23 and 44. RGB value is (210,35,68). Sum of RGB (Red+Green+Blue) = 210+35+68=313 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.09% from 313); Green value is 35 (14.06% from 255 or 11.18% from 313); Blue value is 68 (26.95% from 255 or 21.73% from 313); Max value from RGB is 210 - color contains mainly: red. Hex color #D22344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22344 is #2DDCBB. Grayscale: #5B5B5B. Windows color (decimal): -3005628 or 4465618. OLE color: 4465618.

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

Color convert

RGB 210 35 68 -
CMYK 0 0.83 0.68 0.18
HSL 348.69º 0.71% 0.48% -
HSV(B) 348.69º 0.83% 0.82% -
XYZ 28.22 15.32 6.94 -
YUV 91.09 114.98 212.82 -
System Red Green Blue C M Y K H S L
Decimal 210 35 68 0 0.83 0.68 0.18 348.69 0.71 0.48
Hex D2 23 44 0 53 44 12 15D 47 30
Octal 322 43 104 0 123 104 22 535 107 60
Binary 11010010 100011 1000100 0 1010011 1000100 10010 101011101 1000111 110000

Color Harmonies of #D22344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22344

Black with #D22344

Text Example


Text Example

White with #D22344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22344; }

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

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

background-color css

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

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

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

border-color css

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

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

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