Html Css Color HEX #D22942 Brick Red

📋 copy color: '#D22942'

red 210 ◦ green 41 ◦ blue 66

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

Shades of Brick Red #D22942

Tints of Brick Red #D22942

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.93%

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

R = 66.25%
G = 12.93%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D22942 (or 0xD22942) is known color: Brick Red. HEX triplet: D2, 29 and 42. RGB value is (210,41,66). Sum of RGB (Red+Green+Blue) = 210+41+66=317 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.25% from 317); Green value is 41 (16.41% from 255 or 12.93% from 317); Blue value is 66 (26.17% from 255 or 20.82% from 317); Max value from RGB is 210 - color contains mainly: red. Hex color #D22942 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22942 is #2DD6BD. Grayscale: #5E5E5E. Windows color (decimal): -3004094 or 4336082. OLE color: 4336082.

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

Color convert

RGB 210 41 66 -
CMYK 0 0.80 0.69 0.18
HSL 351.12º 0.67% 0.49% -
HSV(B) 351.12º 0.8% 0.82% -
XYZ 28.35 15.68 6.69 -
YUV 94.38 111.99 210.47 -
System Red Green Blue C M Y K H S L
Decimal 210 41 66 0 0.80 0.69 0.18 351.12 0.67 0.49
Hex D2 29 42 0 50 45 12 15F 43 31
Octal 322 51 102 0 120 105 22 537 103 61
Binary 11010010 101001 1000010 0 1010000 1000101 10010 101011111 1000011 110001

Color Harmonies of #D22942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22942

Black with #D22942

Text Example


Text Example

White with #D22942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22942; }

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

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

background-color css

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

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

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

border-color css

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

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

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