Html Css Color HEX #D2593A Chilean Fire

📋 copy color: '#D2593A'

red 210 ◦ green 89 ◦ blue 58

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

Shades of Chilean Fire #D2593A

Tints of Chilean Fire #D2593A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.93%

 BLUE value IS 58 (23.05% from 255) = 16.25%

R = 58.82%
G = 24.93%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D2593A (or 0xD2593A) is known color: Chilean Fire. HEX triplet: D2, 59 and 3A. RGB value is (210,89,58). Sum of RGB (Red+Green+Blue) = 210+89+58=357 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.82% from 357); Green value is 89 (35.16% from 255 or 24.93% from 357); Blue value is 58 (23.05% from 255 or 16.25% from 357); Max value from RGB is 210 - color contains mainly: red. Hex color #D2593A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2593A is #2DA6C5. Grayscale: #797979. Windows color (decimal): -2991814 or 3824082. OLE color: 3824082.

HSL color Cylindrical-coordinate representation of color #D2593A: hue angle of 12.24º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D2593A is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 89 58 -
CMYK 0 0.58 0.72 0.18
HSL 12.24º 0.63% 0.53% -
HSV(B) 12.24º 0.72% 0.82% -
XYZ 30.91 21.15 6.46 -
YUV 121.65 92.09 191.02 -
System Red Green Blue C M Y K H S L
Decimal 210 89 58 0 0.58 0.72 0.18 12.24 0.63 0.53
Hex D2 59 3A 0 3A 48 12 C 3F 35
Octal 322 131 72 0 72 110 22 14 77 65
Binary 11010010 1011001 111010 0 111010 1001000 10010 1100 111111 110101

Color Harmonies of #D2593A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2593A

Black with #D2593A

Text Example


Text Example

White with #D2593A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2593A; }

 p { color: rgb(210,89,58); }

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

background-color css

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

 a { background-color: rgb(210,89,58); }

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

border-color css

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

 span { border-color: rgb(210,89,58); }

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