Html Css Color HEX #D22F45 Brick Red

📋 copy color: '#D22F45'

red 210 ◦ green 47 ◦ blue 69

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

Shades of Brick Red #D22F45

Tints of Brick Red #D22F45

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.42%

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

R = 64.42%
G = 14.42%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D22F45 (or 0xD22F45) is known color: Brick Red. HEX triplet: D2, 2F and 45. RGB value is (210,47,69). Sum of RGB (Red+Green+Blue) = 210+47+69=326 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.42% from 326); Green value is 47 (18.75% from 255 or 14.42% from 326); Blue value is 69 (27.34% from 255 or 21.17% from 326); Max value from RGB is 210 - color contains mainly: red. Hex color #D22F45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22F45 is #2DD0BA. Grayscale: #626262. Windows color (decimal): -3002555 or 4534226. OLE color: 4534226.

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

Color convert

RGB 210 47 69 -
CMYK 0 0.78 0.67 0.18
HSL 351.9º 0.64% 0.5% -
HSV(B) 351.9º 0.78% 0.82% -
XYZ 28.67 16.16 7.24 -
YUV 98.25 111.5 207.71 -
System Red Green Blue C M Y K H S L
Decimal 210 47 69 0 0.78 0.67 0.18 351.9 0.64 0.5
Hex D2 2F 45 0 4E 43 12 160 40 32
Octal 322 57 105 0 116 103 22 540 100 62
Binary 11010010 101111 1000101 0 1001110 1000011 10010 101100000 1000000 110010

Color Harmonies of #D22F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22F45

Black with #D22F45

Text Example


Text Example

White with #D22F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22F45; }

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

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

background-color css

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

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

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

border-color css

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

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

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