Html Css Color HEX #D0394C Brick Red

📋 copy color: '#D0394C'

red 208 ◦ green 57 ◦ blue 76

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

Shades of Brick Red #D0394C

Tints of Brick Red #D0394C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.72%

 BLUE value IS 76 (30.08% from 255) = 22.29%

R = 61%
G = 16.72%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D0394C (or 0xD0394C) is known color: Brick Red. HEX triplet: D0, 39 and 4C. RGB value is (208,57,76). Sum of RGB (Red+Green+Blue) = 208+57+76=341 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.00% from 341); Green value is 57 (22.66% from 255 or 16.72% from 341); Blue value is 76 (30.08% from 255 or 22.29% from 341); Max value from RGB is 208 - color contains mainly: red. Hex color #D0394C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0394C is #2FC6B3. Grayscale: #686868. Windows color (decimal): -3131060 or 4995536. OLE color: 4995536.

HSL color Cylindrical-coordinate representation of color #D0394C: hue angle of 352.45º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D0394C is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 57 76 -
CMYK 0 0.73 0.63 0.18
HSL 352.45º 0.62% 0.52% -
HSV(B) 352.45º 0.73% 0.82% -
XYZ 28.78 16.86 8.57 -
YUV 104.32 112.03 201.96 -
System Red Green Blue C M Y K H S L
Decimal 208 57 76 0 0.73 0.63 0.18 352.45 0.62 0.52
Hex D0 39 4C 0 49 3F 12 160 3E 34
Octal 320 71 114 0 111 77 22 540 76 64
Binary 11010000 111001 1001100 0 1001001 111111 10010 101100000 111110 110100

Color Harmonies of #D0394C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0394C

Black with #D0394C

Text Example


Text Example

White with #D0394C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0394C; }

 p { color: rgb(208,57,76); }

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

background-color css

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

 a { background-color: rgb(208,57,76); }

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

border-color css

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

 span { border-color: rgb(208,57,76); }

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