Html Css Color HEX #D22340 Brick Red

📋 copy color: '#D22340'

red 210 ◦ green 35 ◦ blue 64

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

Shades of Brick Red #D22340

Tints of Brick Red #D22340

RGB

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

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

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

R = 67.96%
G = 11.33%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D22340 (or 0xD22340) is known color: Brick Red. HEX triplet: D2, 23 and 40. RGB value is (210,35,64). Sum of RGB (Red+Green+Blue) = 210+35+64=309 (40% of max value = 765). Red value is 210 (82.42% from 255 or 67.96% from 309); Green value is 35 (14.06% from 255 or 11.33% from 309); Blue value is 64 (25.39% from 255 or 20.71% from 309); Max value from RGB is 210 - color contains mainly: red. Hex color #D22340 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22340 is #2DDCBF. Grayscale: #5A5A5A. Windows color (decimal): -3005632 or 4203474. OLE color: 4203474.

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

Color convert

RGB 210 35 64 -
CMYK 0 0.83 0.70 0.18
HSL 350.06º 0.71% 0.48% -
HSV(B) 350.06º 0.83% 0.82% -
XYZ 28.1 15.27 6.32 -
YUV 90.63 112.98 213.14 -
System Red Green Blue C M Y K H S L
Decimal 210 35 64 0 0.83 0.70 0.18 350.06 0.71 0.48
Hex D2 23 40 0 53 46 12 15E 47 30
Octal 322 43 100 0 123 106 22 536 107 60
Binary 11010010 100011 1000000 0 1010011 1000110 10010 101011110 1000111 110000

Color Harmonies of #D22340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22340

Black with #D22340

Text Example


Text Example

White with #D22340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22340; }

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

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

background-color css

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

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

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

border-color css

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

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

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