Html Css Color HEX #D2384E Brick Red

📋 copy color: '#D2384E'

red 210 ◦ green 56 ◦ blue 78

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

Shades of Brick Red #D2384E

Tints of Brick Red #D2384E

RGB

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

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

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

R = 61.05%
G = 16.28%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D2384E (or 0xD2384E) is known color: Brick Red. HEX triplet: D2, 38 and 4E. RGB value is (210,56,78). Sum of RGB (Red+Green+Blue) = 210+56+78=344 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.05% from 344); Green value is 56 (22.27% from 255 or 16.28% from 344); Blue value is 78 (30.86% from 255 or 22.67% from 344); Max value from RGB is 210 - color contains mainly: red. Hex color #D2384E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2384E is #2DC7B1. Grayscale: #686868. Windows color (decimal): -3000242 or 5126354. OLE color: 5126354.

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

Color convert

RGB 210 56 78 -
CMYK 0 0.73 0.63 0.18
HSL 351.43º 0.63% 0.52% -
HSV(B) 351.43º 0.73% 0.82% -
XYZ 29.37 17.08 8.96 -
YUV 104.55 113.02 203.21 -
System Red Green Blue C M Y K H S L
Decimal 210 56 78 0 0.73 0.63 0.18 351.43 0.63 0.52
Hex D2 38 4E 0 49 3F 12 15F 3F 34
Octal 322 70 116 0 111 77 22 537 77 64
Binary 11010010 111000 1001110 0 1001001 111111 10010 101011111 111111 110100

Color Harmonies of #D2384E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2384E

Black with #D2384E

Text Example


Text Example

White with #D2384E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2384E; }

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

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

background-color css

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

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

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

border-color css

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

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

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