Html Css Color HEX #C8582D Chilean Fire

📋 copy color: '#C8582D'

red 200 ◦ green 88 ◦ blue 45

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

Shades of Chilean Fire #C8582D

Tints of Chilean Fire #C8582D

RGB

 RED value IS 200 (78.52% from 255) = 60.06%

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

 BLUE value IS 45 (17.97% from 255) = 13.51%

R = 60.06%
G = 26.43%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C8582D (or 0xC8582D) is known color: Chilean Fire. HEX triplet: C8, 58 and 2D. RGB value is (200,88,45). Sum of RGB (Red+Green+Blue) = 200+88+45=333 (44% of max value = 765). Red value is 200 (78.52% from 255 or 60.06% from 333); Green value is 88 (34.77% from 255 or 26.43% from 333); Blue value is 45 (17.97% from 255 or 13.51% from 333); Max value from RGB is 200 - color contains mainly: red. Hex color #C8582D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8582D is #37A7D2. Grayscale: #747474. Windows color (decimal): -3647443 or 2971848. OLE color: 2971848.

HSL color Cylindrical-coordinate representation of color #C8582D: hue angle of 16.65º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C8582D is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 88 45 -
CMYK 0 0.56 0.78 0.22
HSL 16.65º 0.63% 0.48% -
HSV(B) 16.65º 0.78% 0.78% -
XYZ 27.78 19.45 4.77 -
YUV 116.59 87.61 187.5 -
System Red Green Blue C M Y K H S L
Decimal 200 88 45 0 0.56 0.78 0.22 16.65 0.63 0.48
Hex C8 58 2D 0 38 4E 16 11 3F 30
Octal 310 130 55 0 70 116 26 21 77 60
Binary 11001000 1011000 101101 0 111000 1001110 10110 10001 111111 110000

Color Harmonies of #C8582D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8582D

Black with #C8582D

Text Example


Text Example

White with #C8582D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8582D; }

 p { color: rgb(200,88,45); }

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

background-color css

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

 a { background-color: rgb(200,88,45); }

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

border-color css

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

 span { border-color: rgb(200,88,45); }

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