Html Css Color HEX #D0334E Brick Red

📋 copy color: '#D0334E'

red 208 ◦ green 51 ◦ blue 78

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

Shades of Brick Red #D0334E

Tints of Brick Red #D0334E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.13%

 BLUE value IS 78 (30.86% from 255) = 23.15%

R = 61.72%
G = 15.13%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D0334E (or 0xD0334E) is known color: Brick Red. HEX triplet: D0, 33 and 4E. RGB value is (208,51,78). Sum of RGB (Red+Green+Blue) = 208+51+78=337 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.72% from 337); Green value is 51 (20.31% from 255 or 15.13% from 337); Blue value is 78 (30.86% from 255 or 23.15% from 337); Max value from RGB is 208 - color contains mainly: red. Hex color #D0334E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0334E is #2FCCB1. Grayscale: #656565. Windows color (decimal): -3132594 or 5125072. OLE color: 5125072.

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

Color convert

RGB 208 51 78 -
CMYK 0 0.75 0.62 0.18
HSL 349.68º 0.63% 0.51% -
HSV(B) 349.68º 0.75% 0.82% -
XYZ 28.57 16.33 8.85 -
YUV 101.02 115.01 204.3 -
System Red Green Blue C M Y K H S L
Decimal 208 51 78 0 0.75 0.62 0.18 349.68 0.63 0.51
Hex D0 33 4E 0 4B 3E 12 15E 3F 33
Octal 320 63 116 0 113 76 22 536 77 63
Binary 11010000 110011 1001110 0 1001011 111110 10010 101011110 111111 110011

Color Harmonies of #D0334E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0334E

Black with #D0334E

Text Example


Text Example

White with #D0334E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0334E; }

 p { color: rgb(208,51,78); }

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

background-color css

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

 a { background-color: rgb(208,51,78); }

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

border-color css

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

 span { border-color: rgb(208,51,78); }

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