Html Css Color HEX #D2283E Brick Red

📋 copy color: '#D2283E'

red 210 ◦ green 40 ◦ blue 62

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

Shades of Brick Red #D2283E

Tints of Brick Red #D2283E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.82%

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

R = 67.31%
G = 12.82%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D2283E (or 0xD2283E) is known color: Brick Red. HEX triplet: D2, 28 and 3E. RGB value is (210,40,62). Sum of RGB (Red+Green+Blue) = 210+40+62=312 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.31% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 62 (24.61% from 255 or 19.87% from 312); Max value from RGB is 210 - color contains mainly: red. Hex color #D2283E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2283E is #2DD7C1. Grayscale: #5D5D5D. Windows color (decimal): -3004354 or 4073682. OLE color: 4073682.

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

Color convert

RGB 210 40 62 -
CMYK 0 0.81 0.70 0.18
HSL 352.24º 0.68% 0.49% -
HSV(B) 352.24º 0.81% 0.82% -
XYZ 28.21 15.57 6.08 -
YUV 93.34 110.32 211.21 -
System Red Green Blue C M Y K H S L
Decimal 210 40 62 0 0.81 0.70 0.18 352.24 0.68 0.49
Hex D2 28 3E 0 51 46 12 160 44 31
Octal 322 50 76 0 121 106 22 540 104 61
Binary 11010010 101000 111110 0 1010001 1000110 10010 101100000 1000100 110001

Color Harmonies of #D2283E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2283E

Black with #D2283E

Text Example


Text Example

White with #D2283E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2283E; }

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

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

background-color css

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

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

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

border-color css

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

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

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