Html Css Color HEX #D22444 Brick Red

📋 copy color: '#D22444'

red 210 ◦ green 36 ◦ blue 68

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

Shades of Brick Red #D22444

Tints of Brick Red #D22444

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.46%

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

R = 66.88%
G = 11.46%
B = 21.66%

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

#D22444 (or 0xD22444) is known color: Brick Red. HEX triplet: D2, 24 and 44. RGB value is (210,36,68). Sum of RGB (Red+Green+Blue) = 210+36+68=314 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.88% from 314); Green value is 36 (14.45% from 255 or 11.46% from 314); Blue value is 68 (26.95% from 255 or 21.66% from 314); Max value from RGB is 210 - color contains mainly: red. Hex color #D22444 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22444 is #2DDBBB. Grayscale: #5B5B5B. Windows color (decimal): -3005372 or 4465874. OLE color: 4465874.

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

Color convert

RGB 210 36 68 -
CMYK 0 0.83 0.68 0.18
HSL 348.97º 0.71% 0.48% -
HSV(B) 348.97º 0.83% 0.82% -
XYZ 28.25 15.38 6.95 -
YUV 91.67 114.65 212.4 -
System Red Green Blue C M Y K H S L
Decimal 210 36 68 0 0.83 0.68 0.18 348.97 0.71 0.48
Hex D2 24 44 0 53 44 12 15D 47 30
Octal 322 44 104 0 123 104 22 535 107 60
Binary 11010010 100100 1000100 0 1010011 1000100 10010 101011101 1000111 110000

Color Harmonies of #D22444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22444

Black with #D22444

Text Example


Text Example

White with #D22444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22444; }

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

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

background-color css

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

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

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

border-color css

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

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

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