Html Css Color HEX #D6384A Brick Red

📋 copy color: '#D6384A'

red 214 ◦ green 56 ◦ blue 74

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

Shades of Brick Red #D6384A

Tints of Brick Red #D6384A

RGB

 RED value IS 214 (83.98% from 255) = 62.21%

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

 BLUE value IS 74 (29.3% from 255) = 21.51%

R = 62.21%
G = 16.28%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D6384A (or 0xD6384A) is known color: Brick Red. HEX triplet: D6, 38 and 4A. RGB value is (214,56,74). Sum of RGB (Red+Green+Blue) = 214+56+74=344 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.21% from 344); Green value is 56 (22.27% from 255 or 16.28% from 344); Blue value is 74 (29.30% from 255 or 21.51% from 344); Max value from RGB is 214 - color contains mainly: red. Hex color #D6384A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6384A is #29C7B5. Grayscale: #696969. Windows color (decimal): -2738102 or 4864214. OLE color: 4864214.

HSL color Cylindrical-coordinate representation of color #D6384A: hue angle of 353.16º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D6384A is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 56 74 -
CMYK 0 0.74 0.65 0.16
HSL 353.16º 0.66% 0.53% -
HSV(B) 353.16º 0.74% 0.84% -
XYZ 30.38 17.62 8.28 -
YUV 105.29 110.35 205.54 -
System Red Green Blue C M Y K H S L
Decimal 214 56 74 0 0.74 0.65 0.16 353.16 0.66 0.53
Hex D6 38 4A 0 4A 41 10 161 42 35
Octal 326 70 112 0 112 101 20 541 102 65
Binary 11010110 111000 1001010 0 1001010 1000001 10000 101100001 1000010 110101

Color Harmonies of #D6384A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6384A

Black with #D6384A

Text Example


Text Example

White with #D6384A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6384A; }

 p { color: rgb(214,56,74); }

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

background-color css

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

 a { background-color: rgb(214,56,74); }

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

border-color css

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

 span { border-color: rgb(214,56,74); }

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