Html Css Color HEX #CE582E Chilean Fire

📋 copy color: '#CE582E'

red 206 ◦ green 88 ◦ blue 46

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

Shades of Chilean Fire #CE582E

Tints of Chilean Fire #CE582E

RGB

 RED value IS 206 (80.86% from 255) = 60.59%

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

 BLUE value IS 46 (18.36% from 255) = 13.53%

R = 60.59%
G = 25.88%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CE582E (or 0xCE582E) is known color: Chilean Fire. HEX triplet: CE, 58 and 2E. RGB value is (206,88,46). Sum of RGB (Red+Green+Blue) = 206+88+46=340 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.59% from 340); Green value is 88 (34.77% from 255 or 25.88% from 340); Blue value is 46 (18.36% from 255 or 13.53% from 340); Max value from RGB is 206 - color contains mainly: red. Hex color #CE582E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE582E is #31A7D1. Grayscale: #767676. Windows color (decimal): -3254226 or 3037390. OLE color: 3037390.

HSL color Cylindrical-coordinate representation of color #CE582E: hue angle of 15.75º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE582E is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 88 46 -
CMYK 0 0.57 0.78 0.19
HSL 15.75º 0.63% 0.49% -
HSV(B) 15.75º 0.78% 0.81% -
XYZ 29.44 20.3 4.95 -
YUV 118.49 87.09 190.42 -
System Red Green Blue C M Y K H S L
Decimal 206 88 46 0 0.57 0.78 0.19 15.75 0.63 0.49
Hex CE 58 2E 0 39 4E 13 10 3F 31
Octal 316 130 56 0 71 116 23 20 77 61
Binary 11001110 1011000 101110 0 111001 1001110 10011 10000 111111 110001

Color Harmonies of #CE582E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE582E

Black with #CE582E

Text Example


Text Example

White with #CE582E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE582E; }

 p { color: rgb(206,88,46); }

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

background-color css

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

 a { background-color: rgb(206,88,46); }

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

border-color css

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

 span { border-color: rgb(206,88,46); }

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