Html Css Color HEX #D22C4B Brick Red

📋 copy color: '#D22C4B'

red 210 ◦ green 44 ◦ blue 75

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

Shades of Brick Red #D22C4B

Tints of Brick Red #D22C4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.8%

R = 63.83%
G = 13.37%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D22C4B (or 0xD22C4B) is known color: Brick Red. HEX triplet: D2, 2C and 4B. RGB value is (210,44,75). Sum of RGB (Red+Green+Blue) = 210+44+75=329 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.83% from 329); Green value is 44 (17.58% from 255 or 13.37% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 210 - color contains mainly: red. Hex color #D22C4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22C4B is #2DD3B4. Grayscale: #616161. Windows color (decimal): -3003317 or 4926674. OLE color: 4926674.

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

Color convert

RGB 210 44 75 -
CMYK 0 0.79 0.64 0.18
HSL 348.8º 0.65% 0.5% -
HSV(B) 348.8º 0.79% 0.82% -
XYZ 28.75 16.01 8.23 -
YUV 97.17 115.5 208.48 -
System Red Green Blue C M Y K H S L
Decimal 210 44 75 0 0.79 0.64 0.18 348.8 0.65 0.5
Hex D2 2C 4B 0 4F 40 12 15D 41 32
Octal 322 54 113 0 117 100 22 535 101 62
Binary 11010010 101100 1001011 0 1001111 1000000 10010 101011101 1000001 110010

Color Harmonies of #D22C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22C4B

Black with #D22C4B

Text Example


Text Example

White with #D22C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22C4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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