Html Css Color HEX #D22842 Brick Red

📋 copy color: '#D22842'

red 210 ◦ green 40 ◦ blue 66

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

Shades of Brick Red #D22842

Tints of Brick Red #D22842

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.66%

 BLUE value IS 66 (26.17% from 255) = 20.89%

R = 66.46%
G = 12.66%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D22842 (or 0xD22842) is known color: Brick Red. HEX triplet: D2, 28 and 42. RGB value is (210,40,66). Sum of RGB (Red+Green+Blue) = 210+40+66=316 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.46% from 316); Green value is 40 (16.02% from 255 or 12.66% from 316); Blue value is 66 (26.17% from 255 or 20.89% from 316); Max value from RGB is 210 - color contains mainly: red. Hex color #D22842 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22842 is #2DD7BD. Grayscale: #5D5D5D. Windows color (decimal): -3004350 or 4335826. OLE color: 4335826.

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

Color convert

RGB 210 40 66 -
CMYK 0 0.81 0.69 0.18
HSL 350.82º 0.68% 0.49% -
HSV(B) 350.82º 0.81% 0.82% -
XYZ 28.32 15.61 6.68 -
YUV 93.79 112.32 210.89 -
System Red Green Blue C M Y K H S L
Decimal 210 40 66 0 0.81 0.69 0.18 350.82 0.68 0.49
Hex D2 28 42 0 51 45 12 15F 44 31
Octal 322 50 102 0 121 105 22 537 104 61
Binary 11010010 101000 1000010 0 1010001 1000101 10010 101011111 1000100 110001

Color Harmonies of #D22842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22842

Black with #D22842

Text Example


Text Example

White with #D22842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22842; }

 p { color: rgb(210,40,66); }

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

background-color css

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

 a { background-color: rgb(210,40,66); }

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

border-color css

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

 span { border-color: rgb(210,40,66); }

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