Html Css Color HEX #D2384D Brick Red

📋 copy color: '#D2384D'

red 210 ◦ green 56 ◦ blue 77

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

Shades of Brick Red #D2384D

Tints of Brick Red #D2384D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.45%

R = 61.22%
G = 16.33%
B = 22.45%

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

#D2384D (or 0xD2384D) is known color: Brick Red. HEX triplet: D2, 38 and 4D. RGB value is (210,56,77). Sum of RGB (Red+Green+Blue) = 210+56+77=343 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.22% from 343); Green value is 56 (22.27% from 255 or 16.33% from 343); Blue value is 77 (30.47% from 255 or 22.45% from 343); Max value from RGB is 210 - color contains mainly: red. Hex color #D2384D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2384D is #2DC7B2. Grayscale: #686868. Windows color (decimal): -3000243 or 5060818. OLE color: 5060818.

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

Color convert

RGB 210 56 77 -
CMYK 0 0.73 0.63 0.18
HSL 351.82º 0.63% 0.52% -
HSV(B) 351.82º 0.73% 0.82% -
XYZ 29.33 17.07 8.77 -
YUV 104.44 112.52 203.29 -
System Red Green Blue C M Y K H S L
Decimal 210 56 77 0 0.73 0.63 0.18 351.82 0.63 0.52
Hex D2 38 4D 0 49 3F 12 160 3F 34
Octal 322 70 115 0 111 77 22 540 77 64
Binary 11010010 111000 1001101 0 1001001 111111 10010 101100000 111111 110100

Color Harmonies of #D2384D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2384D

Black with #D2384D

Text Example


Text Example

White with #D2384D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2384D; }

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

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

background-color css

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

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

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

border-color css

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

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

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