Html Css Color HEX #D22342 Brick Red

📋 copy color: '#D22342'

red 210 ◦ green 35 ◦ blue 66

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

Shades of Brick Red #D22342

Tints of Brick Red #D22342

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.25%

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

R = 67.52%
G = 11.25%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D22342 (or 0xD22342) is known color: Brick Red. HEX triplet: D2, 23 and 42. RGB value is (210,35,66). Sum of RGB (Red+Green+Blue) = 210+35+66=311 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.52% from 311); Green value is 35 (14.06% from 255 or 11.25% from 311); Blue value is 66 (26.17% from 255 or 21.22% from 311); Max value from RGB is 210 - color contains mainly: red. Hex color #D22342 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22342 is #2DDCBD. Grayscale: #5A5A5A. Windows color (decimal): -3005630 or 4334546. OLE color: 4334546.

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

Color convert

RGB 210 35 66 -
CMYK 0 0.83 0.69 0.18
HSL 349.37º 0.71% 0.48% -
HSV(B) 349.37º 0.83% 0.82% -
XYZ 28.16 15.3 6.62 -
YUV 90.86 113.98 212.98 -
System Red Green Blue C M Y K H S L
Decimal 210 35 66 0 0.83 0.69 0.18 349.37 0.71 0.48
Hex D2 23 42 0 53 45 12 15D 47 30
Octal 322 43 102 0 123 105 22 535 107 60
Binary 11010010 100011 1000010 0 1010011 1000101 10010 101011101 1000111 110000

Color Harmonies of #D22342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22342

Black with #D22342

Text Example


Text Example

White with #D22342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22342; }

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

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

background-color css

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

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

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

border-color css

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

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

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