Html Css Color HEX #D22D3E Brick Red

📋 copy color: '#D22D3E'

red 210 ◦ green 45 ◦ blue 62

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

Shades of Brick Red #D22D3E

Tints of Brick Red #D22D3E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.2%

 BLUE value IS 62 (24.61% from 255) = 19.56%

R = 66.25%
G = 14.2%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D22D3E (or 0xD22D3E) is known color: Brick Red. HEX triplet: D2, 2D and 3E. RGB value is (210,45,62). Sum of RGB (Red+Green+Blue) = 210+45+62=317 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.25% from 317); Green value is 45 (17.97% from 255 or 14.20% from 317); Blue value is 62 (24.61% from 255 or 19.56% from 317); Max value from RGB is 210 - color contains mainly: red. Hex color #D22D3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22D3E is #2DD2C1. Grayscale: #606060. Windows color (decimal): -3003074 or 4074962. OLE color: 4074962.

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

Color convert

RGB 210 45 62 -
CMYK 0 0.79 0.70 0.18
HSL 353.82º 0.65% 0.5% -
HSV(B) 353.82º 0.79% 0.82% -
XYZ 28.39 15.93 6.14 -
YUV 96.27 108.66 209.12 -
System Red Green Blue C M Y K H S L
Decimal 210 45 62 0 0.79 0.70 0.18 353.82 0.65 0.5
Hex D2 2D 3E 0 4F 46 12 162 41 32
Octal 322 55 76 0 117 106 22 542 101 62
Binary 11010010 101101 111110 0 1001111 1000110 10010 101100010 1000001 110010

Color Harmonies of #D22D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22D3E

Black with #D22D3E

Text Example


Text Example

White with #D22D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22D3E; }

 p { color: rgb(210,45,62); }

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

background-color css

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

 a { background-color: rgb(210,45,62); }

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

border-color css

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

 span { border-color: rgb(210,45,62); }

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