Html Css Color HEX #CE5630 Chilean Fire

📋 copy color: '#CE5630'

red 206 ◦ green 86 ◦ blue 48

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

Shades of Chilean Fire #CE5630

Tints of Chilean Fire #CE5630

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.29%

 BLUE value IS 48 (19.14% from 255) = 14.12%

R = 60.59%
G = 25.29%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CE5630 (or 0xCE5630) is known color: Chilean Fire. HEX triplet: CE, 56 and 30. RGB value is (206,86,48). Sum of RGB (Red+Green+Blue) = 206+86+48=340 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.59% from 340); Green value is 86 (33.98% from 255 or 25.29% from 340); Blue value is 48 (19.14% from 255 or 14.12% from 340); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5630 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5630 is #31A9CF. Grayscale: #757575. Windows color (decimal): -3254736 or 3167950. OLE color: 3167950.

HSL color Cylindrical-coordinate representation of color #CE5630: hue angle of 14.43º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE5630 is Cyan = 0, Magento = 0.58, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 86 48 -
CMYK 0 0.58 0.77 0.19
HSL 14.43º 0.62% 0.5% -
HSV(B) 14.43º 0.77% 0.81% -
XYZ 29.31 19.99 5.11 -
YUV 117.55 88.76 191.09 -
System Red Green Blue C M Y K H S L
Decimal 206 86 48 0 0.58 0.77 0.19 14.43 0.62 0.5
Hex CE 56 30 0 3A 4D 13 E 3E 32
Octal 316 126 60 0 72 115 23 16 76 62
Binary 11001110 1010110 110000 0 111010 1001101 10011 1110 111110 110010

Color Harmonies of #CE5630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5630

Black with #CE5630

Text Example


Text Example

White with #CE5630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5630; }

 p { color: rgb(206,86,48); }

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

background-color css

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

 a { background-color: rgb(206,86,48); }

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

border-color css

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

 span { border-color: rgb(206,86,48); }

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