Html Css Color HEX #D2214C Brick Red

📋 copy color: '#D2214C'

red 210 ◦ green 33 ◦ blue 76

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

Shades of Brick Red #D2214C

Tints of Brick Red #D2214C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.34%

 BLUE value IS 76 (30.08% from 255) = 23.82%

R = 65.83%
G = 10.34%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D2214C (or 0xD2214C) is known color: Brick Red. HEX triplet: D2, 21 and 4C. RGB value is (210,33,76). Sum of RGB (Red+Green+Blue) = 210+33+76=319 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.83% from 319); Green value is 33 (13.28% from 255 or 10.34% from 319); Blue value is 76 (30.08% from 255 or 23.82% from 319); Max value from RGB is 210 - color contains mainly: red. Hex color #D2214C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2214C is #2DDEB3. Grayscale: #5A5A5A. Windows color (decimal): -3006132 or 4989394. OLE color: 4989394.

HSL color Cylindrical-coordinate representation of color #D2214C: hue angle of 345.42º degrees, saturation: 0.73, 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 #D2214C is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 33 76 -
CMYK 0 0.84 0.64 0.18
HSL 345.42º 0.73% 0.48% -
HSV(B) 345.42º 0.84% 0.82% -
XYZ 28.43 15.31 8.29 -
YUV 90.83 119.64 213 -
System Red Green Blue C M Y K H S L
Decimal 210 33 76 0 0.84 0.64 0.18 345.42 0.73 0.48
Hex D2 21 4C 0 54 40 12 159 49 30
Octal 322 41 114 0 124 100 22 531 111 60
Binary 11010010 100001 1001100 0 1010100 1000000 10010 101011001 1001001 110000

Color Harmonies of #D2214C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2214C

Black with #D2214C

Text Example


Text Example

White with #D2214C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2214C; }

 p { color: rgb(210,33,76); }

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

background-color css

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

 a { background-color: rgb(210,33,76); }

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

border-color css

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

 span { border-color: rgb(210,33,76); }

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