Html Css Color HEX #D0324B Brick Red

📋 copy color: '#D0324B'

red 208 ◦ green 50 ◦ blue 75

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

Shades of Brick Red #D0324B

Tints of Brick Red #D0324B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.02%

 BLUE value IS 75 (29.69% from 255) = 22.52%

R = 62.46%
G = 15.02%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D0324B (or 0xD0324B) is known color: Brick Red. HEX triplet: D0, 32 and 4B. RGB value is (208,50,75). Sum of RGB (Red+Green+Blue) = 208+50+75=333 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.46% from 333); Green value is 50 (19.92% from 255 or 15.02% from 333); Blue value is 75 (29.69% from 255 or 22.52% from 333); Max value from RGB is 208 - color contains mainly: red. Hex color #D0324B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0324B is #2FCDB4. Grayscale: #646464. Windows color (decimal): -3132853 or 4928208. OLE color: 4928208.

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

Color convert

RGB 208 50 75 -
CMYK 0 0.76 0.64 0.18
HSL 350.51º 0.63% 0.51% -
HSV(B) 350.51º 0.76% 0.82% -
XYZ 28.42 16.2 8.29 -
YUV 100.09 113.85 204.97 -
System Red Green Blue C M Y K H S L
Decimal 208 50 75 0 0.76 0.64 0.18 350.51 0.63 0.51
Hex D0 32 4B 0 4C 40 12 15F 3F 33
Octal 320 62 113 0 114 100 22 537 77 63
Binary 11010000 110010 1001011 0 1001100 1000000 10010 101011111 111111 110011

Color Harmonies of #D0324B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0324B

Black with #D0324B

Text Example


Text Example

White with #D0324B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0324B; }

 p { color: rgb(208,50,75); }

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

background-color css

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

 a { background-color: rgb(208,50,75); }

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

border-color css

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

 span { border-color: rgb(208,50,75); }

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