Html Css Color HEX #D2283F Brick Red

📋 copy color: '#D2283F'

red 210 ◦ green 40 ◦ blue 63

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

Shades of Brick Red #D2283F

Tints of Brick Red #D2283F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.13%

R = 67.09%
G = 12.78%
B = 20.13%

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

#D2283F (or 0xD2283F) is known color: Brick Red. HEX triplet: D2, 28 and 3F. RGB value is (210,40,63). Sum of RGB (Red+Green+Blue) = 210+40+63=313 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.09% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 63 (25% from 255 or 20.13% from 313); Max value from RGB is 210 - color contains mainly: red. Hex color #D2283F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2283F is #2DD7C0. Grayscale: #5D5D5D. Windows color (decimal): -3004353 or 4139218. OLE color: 4139218.

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

Color convert

RGB 210 40 63 -
CMYK 0 0.81 0.70 0.18
HSL 351.88º 0.68% 0.49% -
HSV(B) 351.88º 0.81% 0.82% -
XYZ 28.23 15.58 6.22 -
YUV 93.45 110.82 211.13 -
System Red Green Blue C M Y K H S L
Decimal 210 40 63 0 0.81 0.70 0.18 351.88 0.68 0.49
Hex D2 28 3F 0 51 46 12 160 44 31
Octal 322 50 77 0 121 106 22 540 104 61
Binary 11010010 101000 111111 0 1010001 1000110 10010 101100000 1000100 110001

Color Harmonies of #D2283F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2283F

Black with #D2283F

Text Example


Text Example

White with #D2283F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2283F; }

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

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

background-color css

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

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

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

border-color css

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

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

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