Html Css Color HEX #D5582B Chilean Fire

📋 copy color: '#D5582B'

red 213 ◦ green 88 ◦ blue 43

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

Shades of Chilean Fire #D5582B

Tints of Chilean Fire #D5582B

RGB

 RED value IS 213 (83.59% from 255) = 61.92%

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

 BLUE value IS 43 (17.19% from 255) = 12.5%

R = 61.92%
G = 25.58%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D5582B (or 0xD5582B) is known color: Chilean Fire. HEX triplet: D5, 58 and 2B. RGB value is (213,88,43). Sum of RGB (Red+Green+Blue) = 213+88+43=344 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.92% from 344); Green value is 88 (34.77% from 255 or 25.58% from 344); Blue value is 43 (17.19% from 255 or 12.5% from 344); Max value from RGB is 213 - color contains mainly: red. Hex color #D5582B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5582B is #2AA7D4. Grayscale: #787878. Windows color (decimal): -2795477 or 2840789. OLE color: 2840789.

HSL color Cylindrical-coordinate representation of color #D5582B: hue angle of 15.88º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D5582B is Cyan = 0, Magento = 0.59, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 88 43 -
CMYK 0 0.59 0.80 0.16
HSL 15.88º 0.67% 0.5% -
HSV(B) 15.88º 0.8% 0.84% -
XYZ 31.37 21.3 4.74 -
YUV 120.25 84.41 194.16 -
System Red Green Blue C M Y K H S L
Decimal 213 88 43 0 0.59 0.80 0.16 15.88 0.67 0.5
Hex D5 58 2B 0 3B 50 10 10 43 32
Octal 325 130 53 0 73 120 20 20 103 62
Binary 11010101 1011000 101011 0 111011 1010000 10000 10000 1000011 110010

Color Harmonies of #D5582B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5582B

Black with #D5582B

Text Example


Text Example

White with #D5582B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5582B; }

 p { color: rgb(213,88,43); }

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

background-color css

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

 a { background-color: rgb(213,88,43); }

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

border-color css

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

 span { border-color: rgb(213,88,43); }

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