Html Css Color HEX #D0374A Brick Red

📋 copy color: '#D0374A'

red 208 ◦ green 55 ◦ blue 74

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

Shades of Brick Red #D0374A

Tints of Brick Red #D0374A

RGB

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

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

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

R = 61.72%
G = 16.32%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D0374A (or 0xD0374A) is known color: Brick Red. HEX triplet: D0, 37 and 4A. RGB value is (208,55,74). Sum of RGB (Red+Green+Blue) = 208+55+74=337 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.72% from 337); Green value is 55 (21.88% from 255 or 16.32% from 337); Blue value is 74 (29.30% from 255 or 21.96% from 337); Max value from RGB is 208 - color contains mainly: red. Hex color #D0374A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0374A is #2FC8B5. Grayscale: #666666. Windows color (decimal): -3131574 or 4863952. OLE color: 4863952.

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

Color convert

RGB 208 55 74 -
CMYK 0 0.74 0.64 0.18
HSL 352.55º 0.62% 0.52% -
HSV(B) 352.55º 0.74% 0.82% -
XYZ 28.61 16.64 8.18 -
YUV 102.91 111.69 202.96 -
System Red Green Blue C M Y K H S L
Decimal 208 55 74 0 0.74 0.64 0.18 352.55 0.62 0.52
Hex D0 37 4A 0 4A 40 12 161 3E 34
Octal 320 67 112 0 112 100 22 541 76 64
Binary 11010000 110111 1001010 0 1001010 1000000 10010 101100001 111110 110100

Color Harmonies of #D0374A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0374A

Black with #D0374A

Text Example


Text Example

White with #D0374A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0374A; }

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

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

background-color css

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

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

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

border-color css

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

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

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