Html Css Color HEX #D2384F Brick Red

📋 copy color: '#D2384F'

red 210 ◦ green 56 ◦ blue 79

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

Shades of Brick Red #D2384F

Tints of Brick Red #D2384F

RGB

 RED value IS 210 (82.42% from 255) = 60.87%

 GREEN value IS 56 (22.27% from 255) = 16.23%

 BLUE value IS 79 (31.25% from 255) = 22.9%

R = 60.87%
G = 16.23%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D2384F (or 0xD2384F) is known color: Brick Red. HEX triplet: D2, 38 and 4F. RGB value is (210,56,79). Sum of RGB (Red+Green+Blue) = 210+56+79=345 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.87% from 345); Green value is 56 (22.27% from 255 or 16.23% from 345); Blue value is 79 (31.25% from 255 or 22.90% from 345); Max value from RGB is 210 - color contains mainly: red. Hex color #D2384F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2384F is #2DC7B0. Grayscale: #686868. Windows color (decimal): -3000241 or 5191890. OLE color: 5191890.

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

Color convert

RGB 210 56 79 -
CMYK 0 0.73 0.62 0.18
HSL 351.04º 0.63% 0.52% -
HSV(B) 351.04º 0.73% 0.82% -
XYZ 29.4 17.09 9.15 -
YUV 104.67 113.52 203.13 -
System Red Green Blue C M Y K H S L
Decimal 210 56 79 0 0.73 0.62 0.18 351.04 0.63 0.52
Hex D2 38 4F 0 49 3E 12 15F 3F 34
Octal 322 70 117 0 111 76 22 537 77 64
Binary 11010010 111000 1001111 0 1001001 111110 10010 101011111 111111 110100

Color Harmonies of #D2384F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2384F

Black with #D2384F

Text Example


Text Example

White with #D2384F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2384F; }

 p { color: rgb(210,56,79); }

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

background-color css

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

 a { background-color: rgb(210,56,79); }

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

border-color css

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

 span { border-color: rgb(210,56,79); }

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