Html Css Color HEX #D22544 Brick Red

📋 copy color: '#D22544'

red 210 ◦ green 37 ◦ blue 68

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

Shades of Brick Red #D22544

Tints of Brick Red #D22544

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.75%

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

R = 66.67%
G = 11.75%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D22544 (or 0xD22544) is known color: Brick Red. HEX triplet: D2, 25 and 44. RGB value is (210,37,68). Sum of RGB (Red+Green+Blue) = 210+37+68=315 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.67% from 315); Green value is 37 (14.84% from 255 or 11.75% from 315); Blue value is 68 (26.95% from 255 or 21.59% from 315); Max value from RGB is 210 - color contains mainly: red. Hex color #D22544 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22544 is #2DDABB. Grayscale: #5C5C5C. Windows color (decimal): -3005116 or 4466130. OLE color: 4466130.

HSL color Cylindrical-coordinate representation of color #D22544: hue angle of 349.25º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D22544 is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 37 68 -
CMYK 0 0.82 0.68 0.18
HSL 349.25º 0.7% 0.48% -
HSV(B) 349.25º 0.82% 0.82% -
XYZ 28.28 15.44 6.96 -
YUV 92.26 114.31 211.98 -
System Red Green Blue C M Y K H S L
Decimal 210 37 68 0 0.82 0.68 0.18 349.25 0.7 0.48
Hex D2 25 44 0 52 44 12 15D 46 30
Octal 322 45 104 0 122 104 22 535 106 60
Binary 11010010 100101 1000100 0 1010010 1000100 10010 101011101 1000110 110000

Color Harmonies of #D22544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22544

Black with #D22544

Text Example


Text Example

White with #D22544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22544; }

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

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

background-color css

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

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

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

border-color css

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

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

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