Html Css Color HEX #D0293D Brick Red

📋 copy color: '#D0293D'

red 208 ◦ green 41 ◦ blue 61

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

Shades of Brick Red #D0293D

Tints of Brick Red #D0293D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.68%

R = 67.1%
G = 13.23%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D0293D (or 0xD0293D) is known color: Brick Red. HEX triplet: D0, 29 and 3D. RGB value is (208,41,61). Sum of RGB (Red+Green+Blue) = 208+41+61=310 (41% of max value = 765). Red value is 208 (81.64% from 255 or 67.10% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 61 (24.22% from 255 or 19.68% from 310); Max value from RGB is 208 - color contains mainly: red. Hex color #D0293D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0293D is #2FD6C2. Grayscale: #5D5D5D. Windows color (decimal): -3135171 or 4008400. OLE color: 4008400.

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

Color convert

RGB 208 41 61 -
CMYK 0 0.80 0.71 0.18
HSL 352.81º 0.67% 0.49% -
HSV(B) 352.81º 0.8% 0.82% -
XYZ 27.65 15.33 5.92 -
YUV 93.21 109.83 209.87 -
System Red Green Blue C M Y K H S L
Decimal 208 41 61 0 0.80 0.71 0.18 352.81 0.67 0.49
Hex D0 29 3D 0 50 47 12 161 43 31
Octal 320 51 75 0 120 107 22 541 103 61
Binary 11010000 101001 111101 0 1010000 1000111 10010 101100001 1000011 110001

Color Harmonies of #D0293D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0293D

Black with #D0293D

Text Example


Text Example

White with #D0293D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0293D; }

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

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

background-color css

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

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

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

border-color css

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

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

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