Html Css Color HEX #D22C4D Brick Red

📋 copy color: '#D22C4D'

red 210 ◦ green 44 ◦ blue 77

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

Shades of Brick Red #D22C4D

Tints of Brick Red #D22C4D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.29%

 BLUE value IS 77 (30.47% from 255) = 23.26%

R = 63.44%
G = 13.29%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D22C4D (or 0xD22C4D) is known color: Brick Red. HEX triplet: D2, 2C and 4D. RGB value is (210,44,77). Sum of RGB (Red+Green+Blue) = 210+44+77=331 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.44% from 331); Green value is 44 (17.58% from 255 or 13.29% from 331); Blue value is 77 (30.47% from 255 or 23.26% from 331); Max value from RGB is 210 - color contains mainly: red. Hex color #D22C4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22C4D is #2DD3B2. Grayscale: #616161. Windows color (decimal): -3003315 or 5057746. OLE color: 5057746.

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

Color convert

RGB 210 44 77 -
CMYK 0 0.79 0.63 0.18
HSL 348.07º 0.65% 0.5% -
HSV(B) 348.07º 0.79% 0.82% -
XYZ 28.82 16.04 8.6 -
YUV 97.4 116.5 208.32 -
System Red Green Blue C M Y K H S L
Decimal 210 44 77 0 0.79 0.63 0.18 348.07 0.65 0.5
Hex D2 2C 4D 0 4F 3F 12 15C 41 32
Octal 322 54 115 0 117 77 22 534 101 62
Binary 11010010 101100 1001101 0 1001111 111111 10010 101011100 1000001 110010

Color Harmonies of #D22C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22C4D

Black with #D22C4D

Text Example


Text Example

White with #D22C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22C4D; }

 p { color: rgb(210,44,77); }

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

background-color css

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

 a { background-color: rgb(210,44,77); }

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

border-color css

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

 span { border-color: rgb(210,44,77); }

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