Html Css Color HEX #D0293F Brick Red

📋 copy color: '#D0293F'

red 208 ◦ green 41 ◦ blue 63

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

Shades of Brick Red #D0293F

Tints of Brick Red #D0293F

RGB

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

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

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

R = 66.67%
G = 13.14%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D0293F (or 0xD0293F) is known color: Brick Red. HEX triplet: D0, 29 and 3F. RGB value is (208,41,63). Sum of RGB (Red+Green+Blue) = 208+41+63=312 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.67% from 312); Green value is 41 (16.41% from 255 or 13.14% from 312); Blue value is 63 (25% from 255 or 20.19% from 312); Max value from RGB is 208 - color contains mainly: red. Hex color #D0293F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0293F is #2FD6C0. Grayscale: #5D5D5D. Windows color (decimal): -3135169 or 4139472. OLE color: 4139472.

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

Color convert

RGB 208 41 63 -
CMYK 0 0.80 0.70 0.18
HSL 352.1º 0.67% 0.49% -
HSV(B) 352.1º 0.8% 0.82% -
XYZ 27.7 15.35 6.21 -
YUV 93.44 110.83 209.71 -
System Red Green Blue C M Y K H S L
Decimal 208 41 63 0 0.80 0.70 0.18 352.1 0.67 0.49
Hex D0 29 3F 0 50 46 12 160 43 31
Octal 320 51 77 0 120 106 22 540 103 61
Binary 11010000 101001 111111 0 1010000 1000110 10010 101100000 1000011 110001

Color Harmonies of #D0293F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0293F

Black with #D0293F

Text Example


Text Example

White with #D0293F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0293F; }

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

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

background-color css

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

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

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

border-color css

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

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

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