Html Css Color HEX #D2263E Brick Red

📋 copy color: '#D2263E'

red 210 ◦ green 38 ◦ blue 62

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

Shades of Brick Red #D2263E

Tints of Brick Red #D2263E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.26%

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

R = 67.74%
G = 12.26%
B = 20%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D2263E (or 0xD2263E) is known color: Brick Red. HEX triplet: D2, 26 and 3E. RGB value is (210,38,62). Sum of RGB (Red+Green+Blue) = 210+38+62=310 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.74% from 310); Green value is 38 (15.23% from 255 or 12.26% from 310); Blue value is 62 (24.61% from 255 or 20% from 310); Max value from RGB is 210 - color contains mainly: red. Hex color #D2263E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2263E is #2DD9C1. Grayscale: #5C5C5C. Windows color (decimal): -3004866 or 4073170. OLE color: 4073170.

HSL color Cylindrical-coordinate representation of color #D2263E: hue angle of 351.63º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D2263E is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 38 62 -
CMYK 0 0.82 0.70 0.18
HSL 351.63º 0.69% 0.49% -
HSV(B) 351.63º 0.82% 0.82% -
XYZ 28.14 15.44 6.05 -
YUV 92.16 110.98 212.05 -
System Red Green Blue C M Y K H S L
Decimal 210 38 62 0 0.82 0.70 0.18 351.63 0.69 0.49
Hex D2 26 3E 0 52 46 12 160 45 31
Octal 322 46 76 0 122 106 22 540 105 61
Binary 11010010 100110 111110 0 1010010 1000110 10010 101100000 1000101 110001

Color Harmonies of #D2263E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2263E

Black with #D2263E

Text Example


Text Example

White with #D2263E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2263E; }

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

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

background-color css

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

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

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

border-color css

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

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

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