Html Css Color HEX #D22940 Brick Red

📋 copy color: '#D22940'

red 210 ◦ green 41 ◦ blue 64

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

Shades of Brick Red #D22940

Tints of Brick Red #D22940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 20.32%

R = 66.67%
G = 13.02%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D22940 (or 0xD22940) is known color: Brick Red. HEX triplet: D2, 29 and 40. RGB value is (210,41,64). Sum of RGB (Red+Green+Blue) = 210+41+64=315 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.67% from 315); Green value is 41 (16.41% from 255 or 13.02% from 315); Blue value is 64 (25.39% from 255 or 20.32% from 315); Max value from RGB is 210 - color contains mainly: red. Hex color #D22940 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22940 is #2DD6BF. Grayscale: #5E5E5E. Windows color (decimal): -3004096 or 4205010. OLE color: 4205010.

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

Color convert

RGB 210 41 64 -
CMYK 0 0.80 0.70 0.18
HSL 351.83º 0.67% 0.49% -
HSV(B) 351.83º 0.8% 0.82% -
XYZ 28.3 15.66 6.38 -
YUV 94.15 110.99 210.63 -
System Red Green Blue C M Y K H S L
Decimal 210 41 64 0 0.80 0.70 0.18 351.83 0.67 0.49
Hex D2 29 40 0 50 46 12 160 43 31
Octal 322 51 100 0 120 106 22 540 103 61
Binary 11010010 101001 1000000 0 1010000 1000110 10010 101100000 1000011 110001

Color Harmonies of #D22940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22940

Black with #D22940

Text Example


Text Example

White with #D22940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22940; }

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

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

background-color css

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

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

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

border-color css

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

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

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