Html Css Color HEX #D22540 Brick Red

📋 copy color: '#D22540'

red 210 ◦ green 37 ◦ blue 64

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

Shades of Brick Red #D22540

Tints of Brick Red #D22540

RGB

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

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

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

R = 67.52%
G = 11.9%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D22540 (or 0xD22540) is known color: Brick Red. HEX triplet: D2, 25 and 40. RGB value is (210,37,64). Sum of RGB (Red+Green+Blue) = 210+37+64=311 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.52% from 311); Green value is 37 (14.84% from 255 or 11.90% from 311); Blue value is 64 (25.39% from 255 or 20.58% from 311); Max value from RGB is 210 - color contains mainly: red. Hex color #D22540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22540 is #2DDABF. Grayscale: #5B5B5B. Windows color (decimal): -3005120 or 4203986. OLE color: 4203986.

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

Color convert

RGB 210 37 64 -
CMYK 0 0.82 0.70 0.18
HSL 350.64º 0.7% 0.48% -
HSV(B) 350.64º 0.82% 0.82% -
XYZ 28.17 15.39 6.34 -
YUV 91.81 112.31 212.3 -
System Red Green Blue C M Y K H S L
Decimal 210 37 64 0 0.82 0.70 0.18 350.64 0.7 0.48
Hex D2 25 40 0 52 46 12 15F 46 30
Octal 322 45 100 0 122 106 22 537 106 60
Binary 11010010 100101 1000000 0 1010010 1000110 10010 101011111 1000110 110000

Color Harmonies of #D22540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22540

Black with #D22540

Text Example


Text Example

White with #D22540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22540; }

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

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

background-color css

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

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

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

border-color css

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

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

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