Html Css Color HEX #D3293E Brick Red

📋 copy color: '#D3293E'

red 211 ◦ green 41 ◦ blue 62

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

Shades of Brick Red #D3293E

Tints of Brick Red #D3293E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.06%

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

R = 67.2%
G = 13.06%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#D3293E (or 0xD3293E) is known color: Brick Red. HEX triplet: D3, 29 and 3E. RGB value is (211,41,62). Sum of RGB (Red+Green+Blue) = 211+41+62=314 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.20% from 314); Green value is 41 (16.41% from 255 or 13.06% from 314); Blue value is 62 (24.61% from 255 or 19.75% from 314); Max value from RGB is 211 - color contains mainly: red. Hex color #D3293E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3293E is #2CD6C1. Grayscale: #5E5E5E. Windows color (decimal): -2938562 or 4073939. OLE color: 4073939.

HSL color Cylindrical-coordinate representation of color #D3293E: hue angle of 352.59º degrees, saturation: 0.67, 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 #D3293E is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 41 62 -
CMYK 0 0.81 0.71 0.17
HSL 352.59º 0.67% 0.49% -
HSV(B) 352.59º 0.81% 0.83% -
XYZ 28.53 15.78 6.1 -
YUV 94.22 109.82 211.29 -
System Red Green Blue C M Y K H S L
Decimal 211 41 62 0 0.81 0.71 0.17 352.59 0.67 0.49
Hex D3 29 3E 0 51 47 11 161 43 31
Octal 323 51 76 0 121 107 21 541 103 61
Binary 11010011 101001 111110 0 1010001 1000111 10001 101100001 1000011 110001

Color Harmonies of #D3293E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3293E

Black with #D3293E

Text Example


Text Example

White with #D3293E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3293E; }

 p { color: rgb(211,41,62); }

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

background-color css

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

 a { background-color: rgb(211,41,62); }

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

border-color css

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

 span { border-color: rgb(211,41,62); }

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