Html Css Color HEX #D2394D Brick Red

📋 copy color: '#D2394D'

red 210 ◦ green 57 ◦ blue 77

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

Shades of Brick Red #D2394D

Tints of Brick Red #D2394D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.57%

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

R = 61.05%
G = 16.57%
B = 22.38%

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

#D2394D (or 0xD2394D) is known color: Brick Red. HEX triplet: D2, 39 and 4D. RGB value is (210,57,77). Sum of RGB (Red+Green+Blue) = 210+57+77=344 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.05% from 344); Green value is 57 (22.66% from 255 or 16.57% from 344); Blue value is 77 (30.47% from 255 or 22.38% from 344); Max value from RGB is 210 - color contains mainly: red. Hex color #D2394D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2394D is #2DC6B2. Grayscale: #696969. Windows color (decimal): -2999987 or 5061074. OLE color: 5061074.

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

Color convert

RGB 210 57 77 -
CMYK 0 0.73 0.63 0.18
HSL 352.16º 0.63% 0.52% -
HSV(B) 352.16º 0.73% 0.82% -
XYZ 29.38 17.16 8.79 -
YUV 105.03 112.19 202.87 -
System Red Green Blue C M Y K H S L
Decimal 210 57 77 0 0.73 0.63 0.18 352.16 0.63 0.52
Hex D2 39 4D 0 49 3F 12 160 3F 34
Octal 322 71 115 0 111 77 22 540 77 64
Binary 11010010 111001 1001101 0 1001001 111111 10010 101100000 111111 110100

Color Harmonies of #D2394D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2394D

Black with #D2394D

Text Example


Text Example

White with #D2394D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2394D; }

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

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

background-color css

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

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

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

border-color css

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

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

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