Html Css Color HEX #D22642 Brick Red

📋 copy color: '#D22642'

red 210 ◦ green 38 ◦ blue 66

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

Shades of Brick Red #D22642

Tints of Brick Red #D22642

RGB

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

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

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

R = 66.88%
G = 12.1%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D22642 (or 0xD22642) is known color: Brick Red. HEX triplet: D2, 26 and 42. RGB value is (210,38,66). Sum of RGB (Red+Green+Blue) = 210+38+66=314 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.88% from 314); Green value is 38 (15.23% from 255 or 12.10% from 314); Blue value is 66 (26.17% from 255 or 21.02% from 314); Max value from RGB is 210 - color contains mainly: red. Hex color #D22642 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22642 is #2DD9BD. Grayscale: #5C5C5C. Windows color (decimal): -3004862 or 4335314. OLE color: 4335314.

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

Color convert

RGB 210 38 66 -
CMYK 0 0.82 0.69 0.18
HSL 350.23º 0.69% 0.49% -
HSV(B) 350.23º 0.82% 0.82% -
XYZ 28.25 15.48 6.65 -
YUV 92.62 112.98 211.72 -
System Red Green Blue C M Y K H S L
Decimal 210 38 66 0 0.82 0.69 0.18 350.23 0.69 0.49
Hex D2 26 42 0 52 45 12 15E 45 31
Octal 322 46 102 0 122 105 22 536 105 61
Binary 11010010 100110 1000010 0 1010010 1000101 10010 101011110 1000101 110001

Color Harmonies of #D22642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22642

Black with #D22642

Text Example


Text Example

White with #D22642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22642; }

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

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

background-color css

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

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

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

border-color css

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

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

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