Html Css Color HEX #D22243 Brick Red

📋 copy color: '#D22243'

red 210 ◦ green 34 ◦ blue 67

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

Shades of Brick Red #D22243

Tints of Brick Red #D22243

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.93%

 BLUE value IS 67 (26.56% from 255) = 21.54%

R = 67.52%
G = 10.93%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D22243 (or 0xD22243) is known color: Brick Red. HEX triplet: D2, 22 and 43. RGB value is (210,34,67). Sum of RGB (Red+Green+Blue) = 210+34+67=311 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.52% from 311); Green value is 34 (13.67% from 255 or 10.93% from 311); Blue value is 67 (26.56% from 255 or 21.54% from 311); Max value from RGB is 210 - color contains mainly: red. Hex color #D22243 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22243 is #2DDDBC. Grayscale: #5A5A5A. Windows color (decimal): -3005885 or 4399826. OLE color: 4399826.

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

Color convert

RGB 210 34 67 -
CMYK 0 0.84 0.68 0.18
HSL 348.75º 0.72% 0.48% -
HSV(B) 348.75º 0.84% 0.82% -
XYZ 28.16 15.25 6.77 -
YUV 90.39 114.81 213.32 -
System Red Green Blue C M Y K H S L
Decimal 210 34 67 0 0.84 0.68 0.18 348.75 0.72 0.48
Hex D2 22 43 0 54 44 12 15D 48 30
Octal 322 42 103 0 124 104 22 535 110 60
Binary 11010010 100010 1000011 0 1010100 1000100 10010 101011101 1001000 110000

Color Harmonies of #D22243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22243

Black with #D22243

Text Example


Text Example

White with #D22243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22243; }

 p { color: rgb(210,34,67); }

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

background-color css

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

 a { background-color: rgb(210,34,67); }

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

border-color css

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

 span { border-color: rgb(210,34,67); }

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