Html Css Color HEX #D22640 Brick Red

📋 copy color: '#D22640'

red 210 ◦ green 38 ◦ blue 64

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

Shades of Brick Red #D22640

Tints of Brick Red #D22640

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.18%

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

R = 67.31%
G = 12.18%
B = 20.51%

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

#D22640 (or 0xD22640) is known color: Brick Red. HEX triplet: D2, 26 and 40. RGB value is (210,38,64). Sum of RGB (Red+Green+Blue) = 210+38+64=312 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.31% from 312); Green value is 38 (15.23% from 255 or 12.18% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 210 - color contains mainly: red. Hex color #D22640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22640 is #2DD9BF. Grayscale: #5C5C5C. Windows color (decimal): -3004864 or 4204242. OLE color: 4204242.

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

Color convert

RGB 210 38 64 -
CMYK 0 0.82 0.70 0.18
HSL 350.93º 0.69% 0.49% -
HSV(B) 350.93º 0.82% 0.82% -
XYZ 28.2 15.46 6.35 -
YUV 92.39 111.98 211.89 -
System Red Green Blue C M Y K H S L
Decimal 210 38 64 0 0.82 0.70 0.18 350.93 0.69 0.49
Hex D2 26 40 0 52 46 12 15F 45 31
Octal 322 46 100 0 122 106 22 537 105 61
Binary 11010010 100110 1000000 0 1010010 1000110 10010 101011111 1000101 110001

Color Harmonies of #D22640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22640

Black with #D22640

Text Example


Text Example

White with #D22640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22640; }

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

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

background-color css

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

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

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

border-color css

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

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

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