Html Css Color HEX #D6583A Chilean Fire

📋 copy color: '#D6583A'

red 214 ◦ green 88 ◦ blue 58

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

Shades of Chilean Fire #D6583A

Tints of Chilean Fire #D6583A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.44%

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

R = 59.44%
G = 24.44%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D6583A (or 0xD6583A) is known color: Chilean Fire. HEX triplet: D6, 58 and 3A. RGB value is (214,88,58). Sum of RGB (Red+Green+Blue) = 214+88+58=360 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.44% from 360); Green value is 88 (34.77% from 255 or 24.44% from 360); Blue value is 58 (23.05% from 255 or 16.11% from 360); Max value from RGB is 214 - color contains mainly: red. Hex color #D6583A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6583A is #29A7C5. Grayscale: #7A7A7A. Windows color (decimal): -2729926 or 3823830. OLE color: 3823830.

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

Color convert

RGB 214 88 58 -
CMYK 0 0.59 0.73 0.16
HSL 11.54º 0.66% 0.53% -
HSV(B) 11.54º 0.73% 0.84% -
XYZ 31.99 21.58 6.48 -
YUV 122.25 91.74 193.44 -
System Red Green Blue C M Y K H S L
Decimal 214 88 58 0 0.59 0.73 0.16 11.54 0.66 0.53
Hex D6 58 3A 0 3B 49 10 C 42 35
Octal 326 130 72 0 73 111 20 14 102 65
Binary 11010110 1011000 111010 0 111011 1001001 10000 1100 1000010 110101

Color Harmonies of #D6583A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6583A

Black with #D6583A

Text Example


Text Example

White with #D6583A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6583A; }

 p { color: rgb(214,88,58); }

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

background-color css

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

 a { background-color: rgb(214,88,58); }

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

border-color css

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

 span { border-color: rgb(214,88,58); }

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