Html Css Color HEX #D22944 Brick Red

📋 copy color: '#D22944'

red 210 ◦ green 41 ◦ blue 68

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

Shades of Brick Red #D22944

Tints of Brick Red #D22944

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.85%

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

R = 65.83%
G = 12.85%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D22944 (or 0xD22944) is known color: Brick Red. HEX triplet: D2, 29 and 44. RGB value is (210,41,68). Sum of RGB (Red+Green+Blue) = 210+41+68=319 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.83% from 319); Green value is 41 (16.41% from 255 or 12.85% from 319); Blue value is 68 (26.95% from 255 or 21.32% from 319); Max value from RGB is 210 - color contains mainly: red. Hex color #D22944 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22944 is #2DD6BB. Grayscale: #5E5E5E. Windows color (decimal): -3004092 or 4467154. OLE color: 4467154.

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

Color convert

RGB 210 41 68 -
CMYK 0 0.80 0.68 0.18
HSL 350.41º 0.67% 0.49% -
HSV(B) 350.41º 0.8% 0.82% -
XYZ 28.41 15.7 7 -
YUV 94.61 112.99 210.3 -
System Red Green Blue C M Y K H S L
Decimal 210 41 68 0 0.80 0.68 0.18 350.41 0.67 0.49
Hex D2 29 44 0 50 44 12 15E 43 31
Octal 322 51 104 0 120 104 22 536 103 61
Binary 11010010 101001 1000100 0 1010000 1000100 10010 101011110 1000011 110001

Color Harmonies of #D22944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22944

Black with #D22944

Text Example


Text Example

White with #D22944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22944; }

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

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

background-color css

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

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

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

border-color css

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

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

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