Html Css Color HEX #D3283B Brick Red

📋 copy color: '#D3283B'

red 211 ◦ green 40 ◦ blue 59

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

Shades of Brick Red #D3283B

Tints of Brick Red #D3283B

RGB

 RED value IS 211 (82.81% from 255) = 68.06%

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

 BLUE value IS 59 (23.44% from 255) = 19.03%

R = 68.06%
G = 12.9%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#D3283B (or 0xD3283B) is known color: Brick Red. HEX triplet: D3, 28 and 3B. RGB value is (211,40,59). Sum of RGB (Red+Green+Blue) = 211+40+59=310 (41% of max value = 765). Red value is 211 (82.81% from 255 or 68.06% from 310); Green value is 40 (16.02% from 255 or 12.90% from 310); Blue value is 59 (23.44% from 255 or 19.03% from 310); Max value from RGB is 211 - color contains mainly: red. Hex color #D3283B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3283B is #2CD7C4. Grayscale: #5D5D5D. Windows color (decimal): -2938821 or 3877075. OLE color: 3877075.

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

Color convert

RGB 211 40 59 -
CMYK 0 0.81 0.72 0.17
HSL 353.33º 0.68% 0.49% -
HSV(B) 353.33º 0.81% 0.83% -
XYZ 28.41 15.68 5.67 -
YUV 93.3 108.65 211.96 -
System Red Green Blue C M Y K H S L
Decimal 211 40 59 0 0.81 0.72 0.17 353.33 0.68 0.49
Hex D3 28 3B 0 51 48 11 161 44 31
Octal 323 50 73 0 121 110 21 541 104 61
Binary 11010011 101000 111011 0 1010001 1001000 10001 101100001 1000100 110001

Color Harmonies of #D3283B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3283B

Black with #D3283B

Text Example


Text Example

White with #D3283B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3283B; }

 p { color: rgb(211,40,59); }

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

background-color css

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

 a { background-color: rgb(211,40,59); }

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

border-color css

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

 span { border-color: rgb(211,40,59); }

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