Html Css Color HEX #D22B45 Brick Red

📋 copy color: '#D22B45'

red 210 ◦ green 43 ◦ blue 69

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

Shades of Brick Red #D22B45

Tints of Brick Red #D22B45

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.35%

 BLUE value IS 69 (27.34% from 255) = 21.43%

R = 65.22%
G = 13.35%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D22B45 (or 0xD22B45) is known color: Brick Red. HEX triplet: D2, 2B and 45. RGB value is (210,43,69). Sum of RGB (Red+Green+Blue) = 210+43+69=322 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.22% from 322); Green value is 43 (17.19% from 255 or 13.35% from 322); Blue value is 69 (27.34% from 255 or 21.43% from 322); Max value from RGB is 210 - color contains mainly: red. Hex color #D22B45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22B45 is #2DD4BA. Grayscale: #5F5F5F. Windows color (decimal): -3003579 or 4533202. OLE color: 4533202.

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

Color convert

RGB 210 43 69 -
CMYK 0 0.80 0.67 0.18
HSL 350.66º 0.66% 0.5% -
HSV(B) 350.66º 0.8% 0.82% -
XYZ 28.52 15.86 7.19 -
YUV 95.9 112.83 209.39 -
System Red Green Blue C M Y K H S L
Decimal 210 43 69 0 0.80 0.67 0.18 350.66 0.66 0.5
Hex D2 2B 45 0 50 43 12 15F 42 32
Octal 322 53 105 0 120 103 22 537 102 62
Binary 11010010 101011 1000101 0 1010000 1000011 10010 101011111 1000010 110010

Color Harmonies of #D22B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22B45

Black with #D22B45

Text Example


Text Example

White with #D22B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22B45; }

 p { color: rgb(210,43,69); }

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

background-color css

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

 a { background-color: rgb(210,43,69); }

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

border-color css

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

 span { border-color: rgb(210,43,69); }

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