Html Css Color HEX #D0394A Brick Red

📋 copy color: '#D0394A'

red 208 ◦ green 57 ◦ blue 74

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

Shades of Brick Red #D0394A

Tints of Brick Red #D0394A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.83%

R = 61.36%
G = 16.81%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D0394A (or 0xD0394A) is known color: Brick Red. HEX triplet: D0, 39 and 4A. RGB value is (208,57,74). Sum of RGB (Red+Green+Blue) = 208+57+74=339 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.36% from 339); Green value is 57 (22.66% from 255 or 16.81% from 339); Blue value is 74 (29.30% from 255 or 21.83% from 339); Max value from RGB is 208 - color contains mainly: red. Hex color #D0394A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0394A is #2FC6B5. Grayscale: #686868. Windows color (decimal): -3131062 or 4864464. OLE color: 4864464.

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

Color convert

RGB 208 57 74 -
CMYK 0 0.73 0.64 0.18
HSL 353.25º 0.62% 0.52% -
HSV(B) 353.25º 0.73% 0.82% -
XYZ 28.71 16.83 8.21 -
YUV 104.09 111.03 202.12 -
System Red Green Blue C M Y K H S L
Decimal 208 57 74 0 0.73 0.64 0.18 353.25 0.62 0.52
Hex D0 39 4A 0 49 40 12 161 3E 34
Octal 320 71 112 0 111 100 22 541 76 64
Binary 11010000 111001 1001010 0 1001001 1000000 10010 101100001 111110 110100

Color Harmonies of #D0394A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0394A

Black with #D0394A

Text Example


Text Example

White with #D0394A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0394A; }

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

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

background-color css

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

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

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

border-color css

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

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

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