Html Css Color HEX #C9582B Chilean Fire

📋 copy color: '#C9582B'

red 201 ◦ green 88 ◦ blue 43

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

Shades of Chilean Fire #C9582B

Tints of Chilean Fire #C9582B

RGB

 RED value IS 201 (78.91% from 255) = 60.54%

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

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

R = 60.54%
G = 26.51%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#C9582B (or 0xC9582B) is known color: Chilean Fire. HEX triplet: C9, 58 and 2B. RGB value is (201,88,43). Sum of RGB (Red+Green+Blue) = 201+88+43=332 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.54% from 332); Green value is 88 (34.77% from 255 or 26.51% from 332); Blue value is 43 (17.19% from 255 or 12.95% from 332); Max value from RGB is 201 - color contains mainly: red. Hex color #C9582B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9582B is #36A7D4. Grayscale: #747474. Windows color (decimal): -3581909 or 2840777. OLE color: 2840777.

HSL color Cylindrical-coordinate representation of color #C9582B: hue angle of 17.09º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C9582B is Cyan = 0, Magento = 0.56, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 88 43 -
CMYK 0 0.56 0.79 0.21
HSL 17.09º 0.65% 0.48% -
HSV(B) 17.09º 0.79% 0.79% -
XYZ 28.01 19.57 4.59 -
YUV 116.66 86.44 188.16 -
System Red Green Blue C M Y K H S L
Decimal 201 88 43 0 0.56 0.79 0.21 17.09 0.65 0.48
Hex C9 58 2B 0 38 4F 15 11 41 30
Octal 311 130 53 0 70 117 25 21 101 60
Binary 11001001 1011000 101011 0 111000 1001111 10101 10001 1000001 110000

Color Harmonies of #C9582B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9582B

Black with #C9582B

Text Example


Text Example

White with #C9582B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9582B; }

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

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

background-color css

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

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

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

border-color css

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

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

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