Html Css Color HEX #D0374D Brick Red

📋 copy color: '#D0374D'

red 208 ◦ green 55 ◦ blue 77

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

Shades of Brick Red #D0374D

Tints of Brick Red #D0374D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.18%

 BLUE value IS 77 (30.47% from 255) = 22.65%

R = 61.18%
G = 16.18%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D0374D (or 0xD0374D) is known color: Brick Red. HEX triplet: D0, 37 and 4D. RGB value is (208,55,77). Sum of RGB (Red+Green+Blue) = 208+55+77=340 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.18% from 340); Green value is 55 (21.88% from 255 or 16.18% from 340); Blue value is 77 (30.47% from 255 or 22.65% from 340); Max value from RGB is 208 - color contains mainly: red. Hex color #D0374D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0374D is #2FC8B2. Grayscale: #676767. Windows color (decimal): -3131571 or 5060560. OLE color: 5060560.

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

Color convert

RGB 208 55 77 -
CMYK 0 0.74 0.63 0.18
HSL 351.37º 0.62% 0.52% -
HSV(B) 351.37º 0.74% 0.82% -
XYZ 28.72 16.68 8.73 -
YUV 103.26 113.19 202.71 -
System Red Green Blue C M Y K H S L
Decimal 208 55 77 0 0.74 0.63 0.18 351.37 0.62 0.52
Hex D0 37 4D 0 4A 3F 12 15F 3E 34
Octal 320 67 115 0 112 77 22 537 76 64
Binary 11010000 110111 1001101 0 1001010 111111 10010 101011111 111110 110100

Color Harmonies of #D0374D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0374D

Black with #D0374D

Text Example


Text Example

White with #D0374D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0374D; }

 p { color: rgb(208,55,77); }

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

background-color css

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

 a { background-color: rgb(208,55,77); }

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

border-color css

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

 span { border-color: rgb(208,55,77); }

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