Html Css Color HEX #D0293A Brick Red

📋 copy color: '#D0293A'

red 208 ◦ green 41 ◦ blue 58

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

Shades of Brick Red #D0293A

Tints of Brick Red #D0293A

RGB

 RED value IS 208 (81.64% from 255) = 67.75%

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

 BLUE value IS 58 (23.05% from 255) = 18.89%

R = 67.75%
G = 13.36%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D0293A (or 0xD0293A) is known color: Brick Red. HEX triplet: D0, 29 and 3A. RGB value is (208,41,58). Sum of RGB (Red+Green+Blue) = 208+41+58=307 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.75% from 307); Green value is 41 (16.41% from 255 or 13.36% from 307); Blue value is 58 (23.05% from 255 or 18.89% from 307); Max value from RGB is 208 - color contains mainly: red. Hex color #D0293A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0293A is #2FD6C5. Grayscale: #5C5C5C. Windows color (decimal): -3135174 or 3811792. OLE color: 3811792.

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

Color convert

RGB 208 41 58 -
CMYK 0 0.80 0.72 0.18
HSL 353.89º 0.67% 0.49% -
HSV(B) 353.89º 0.8% 0.82% -
XYZ 27.57 15.3 5.5 -
YUV 92.87 108.33 210.12 -
System Red Green Blue C M Y K H S L
Decimal 208 41 58 0 0.80 0.72 0.18 353.89 0.67 0.49
Hex D0 29 3A 0 50 48 12 162 43 31
Octal 320 51 72 0 120 110 22 542 103 61
Binary 11010000 101001 111010 0 1010000 1001000 10010 101100010 1000011 110001

Color Harmonies of #D0293A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0293A

Black with #D0293A

Text Example


Text Example

White with #D0293A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0293A; }

 p { color: rgb(208,41,58); }

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

background-color css

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

 a { background-color: rgb(208,41,58); }

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

border-color css

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

 span { border-color: rgb(208,41,58); }

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